mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
commit
6015608c8d
1 changed files with 0 additions and 5 deletions
|
|
@ -45,13 +45,8 @@ from litellm import completion
|
|||
import os
|
||||
|
||||
## set ENV variables
|
||||
<<<<<<< HEAD
|
||||
os.environ["OPENAI_API_KEY"] = "your-openai-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"}]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue