Update README.md

This commit is contained in:
Krish Dholakia 2023-08-29 10:39:33 -07:00 committed by GitHub
parent 595630c487
commit 35ecc91a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ pip install litellm
```python
from litellm import completion
import os
## set ENV variables
os.environ["OPENAI_API_KEY"] = "openai key"
os.environ["COHERE_API_KEY"] = "cohere key"