forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
595630c487
commit
35ecc91a71
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pip install litellm
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from litellm import completion
|
from litellm import completion
|
||||||
|
import os
|
||||||
## set ENV variables
|
## set ENV variables
|
||||||
os.environ["OPENAI_API_KEY"] = "openai key"
|
os.environ["OPENAI_API_KEY"] = "openai key"
|
||||||
os.environ["COHERE_API_KEY"] = "cohere key"
|
os.environ["COHERE_API_KEY"] = "cohere key"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue