Update README.md

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

View file

@ -63,7 +63,7 @@ pip install litellm
```python
from litellm import completion
import os
## set ENV variables
## set ENV variables - By default we provide a free $10 key to try all providers supported on LiteLLM.
os.environ["OPENAI_API_KEY"] = "sk-litellm-5b46387675a944d2" # [OPTIONAL] replace with your openai key
os.environ["COHERE_API_KEY"] = "sk-litellm-5b46387675a944d2" # [OPTIONAL] replace with your cohere key