Update README.md

This commit is contained in:
Krish Dholakia 2023-09-19 17:04:54 -07:00 committed by GitHub
parent 0110c23db5
commit 63a3662ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ response = completion(model="gpt-3.5-turbo", messages=messages)
# cohere call
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**