forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
0110c23db5
commit
63a3662ebe
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ response = completion(model="gpt-3.5-turbo", messages=messages)
|
||||||
|
|
||||||
# cohere call
|
# cohere call
|
||||||
response = completion(model="command-nightly", messages=messages)
|
response = completion(model="command-nightly", messages=messages)
|
||||||
|
print(response)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Don't have a key? We'll give you access 👉 https://docs.litellm.ai/docs/proxy_api**
|
**Don't have a key? We'll give you access 👉 https://docs.litellm.ai/docs/proxy_api**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue