forked from phoenix/litellm-mirror
fix outputs
This commit is contained in:
parent
5087564923
commit
04c55b8f28
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ You can access the response as a dictionary or as a class object, just as OpenAI
|
||||||
```python
|
```python
|
||||||
print(response.choices[0].message.content)
|
print(response.choices[0].message.content)
|
||||||
print(response['choices'][0]['message']['content'])
|
print(response['choices'][0]['message']['content'])
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Here's what an example response looks like
|
Here's what an example response looks like
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue