mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 22:24:51 +00:00
fix outputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user