From 918f20f4dd7364b6b34b29b7bc7d408d21dd6fdd Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Jul 2023 18:00:18 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12b1e1698a..3229883baa 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ litellm manages: ```python from litellm import completion +## set ENV variables +os.environ["OPENAI_API_KEY"] = "openai key" +os.environ["COHERE_API_KEY"] = "cohere key" + messages = [{ "content": "Hello, how are you?","role": "user"}] # openai call