From 6c48d26766be3d200ca1337042d6c17e76ed0484 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 17 Oct 2023 13:40:20 -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 62c8735e3..77512a514 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ for chunk in result: ``` ## OpenAI Proxy Server ([Docs](https://docs.litellm.ai/docs/proxy_server)) -Spin up a local server to translate openai api calls to any non-openai model (e.g. Huggingface, TogetherAI, Ollama, etc.) +Create an OpenAI API compatible server to call any non-openai model (e.g. Huggingface, TogetherAI, Ollama, etc.) This works for async + streaming as well. ```python