forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
5c4f7fbb1a
commit
56a912ac88
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ pip install litellm
|
||||||
```python
|
```python
|
||||||
from litellm import completion
|
from litellm import completion
|
||||||
import os
|
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["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
|
os.environ["COHERE_API_KEY"] = "sk-litellm-5b46387675a944d2" # [OPTIONAL] replace with your cohere key
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue