forked from phoenix/litellm-mirror
Fix: merge conflict
Update README.md
This commit is contained in:
parent
6e48d92891
commit
b9ac4b2462
1 changed files with 0 additions and 5 deletions
|
@ -45,13 +45,8 @@ from litellm import completion
|
||||||
import os
|
import os
|
||||||
|
|
||||||
## set ENV variables
|
## set ENV variables
|
||||||
<<<<<<< HEAD
|
|
||||||
os.environ["OPENAI_API_KEY"] = "your-openai-key"
|
os.environ["OPENAI_API_KEY"] = "your-openai-key"
|
||||||
os.environ["COHERE_API_KEY"] = "your-cohere-key"
|
os.environ["COHERE_API_KEY"] = "your-cohere-key"
|
||||||
=======
|
|
||||||
os.environ["OPENAI_API_KEY"] = "your-api-key"
|
|
||||||
os.environ["COHERE_API_KEY"] = "your-api-key"
|
|
||||||
>>>>>>> 6a9d754 (remove api key from docs)
|
|
||||||
|
|
||||||
messages = [{ "content": "Hello, how are you?","role": "user"}]
|
messages = [{ "content": "Hello, how are you?","role": "user"}]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue