From 5c4f7fbb1a5678837a54e00214de7781a9183358 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 19 Sep 2023 17:05:41 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd89b037f..e78cc84de 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ pip install litellm ```python from litellm import completion import os -## set ENV variables +## set ENV variables - By default we provide a free $10 key to try all providers supported on LiteLLM. 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