From bedcd22f409e4d04293e3afabd631b55628669e1 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 25 Dec 2023 07:35:31 +0530 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 33e4d2137..3a4f772a8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ LiteLLM manages - Translating inputs to the provider's `completion` and `embedding` endpoints - Guarantees [consistent output](https://docs.litellm.ai/docs/completion/output), text responses will always be available at `['choices'][0]['message']['content']` -- Exception mapping - common exceptions across providers are mapped to the OpenAI exception types. - Load-balance across multiple deployments (e.g. Azure/OpenAI) - `Router` **1k+ requests/second** # OpenAI Proxy - ([Docs](https://docs.litellm.ai/docs/simple_proxy))