It says: " The assistant’s reply can be extracted with:
response['choices'][0]['message']['content']
```"
When it should be "response.choices[0].message.content".
It says: " The assistant’s reply can be extracted with:
response['choices'][0]['message']['content']
```"
When it should be "response.choices[0].message.content".
thanks for this, was struggling here with getting this fixed.