Update README.md

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

View file

@ -63,7 +63,9 @@ pip install litellm
```python
from litellm import completion
import os
## set ENV variables - By default we provide a free $10 key to try all providers supported on LiteLLM.
## We provide a free $10 key to try all providers supported on LiteLLM.
## set ENV variables
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