fix outputs

This commit is contained in:
ishaan-jaff 2023-08-17 13:44:10 -07:00
parent 5087564923
commit 04c55b8f28

View file

@ -28,7 +28,6 @@ You can access the response as a dictionary or as a class object, just as OpenAI
```python
print(response.choices[0].message.content)
print(response['choices'][0]['message']['content'])
```
Here's what an example response looks like