From 107edc631c7e6b1dbfbcd0462d530a3b5db3140c Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Fri, 17 Nov 2023 09:39:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737ef9c60..caccfe5ad 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ for chunk in result: ``` ## OpenAI Proxy - ([Docs](https://docs.litellm.ai/docs/simple_proxy)) -**If you don't want to make code changes to add the litellm package to your code base**, you can use litellm proxy. Create a server to call 100+ LLMs (Huggingface/Bedrock/TogetherAI/etc) in the OpenAI ChatCompletions & Completions format +**If you want to use non-openai models in an openai code base**, you can use litellm proxy. Create a server to call 100+ LLMs (Huggingface/Bedrock/TogetherAI/etc) in the OpenAI ChatCompletions & Completions format ### Step 1: Start litellm proxy ```shell