Fix: merge conflict

Update README.md
This commit is contained in:
Ibrahim H 2023-09-29 21:13:31 +01:00 committed by GitHub
parent 6e48d92891
commit b9ac4b2462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}]