From 14bf56b43622db207e58be6c2964948f1d02ac75 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 20 Nov 2023 12:55:35 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86fd31bbc..e9b0660c5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ 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` **10/05/2023:** LiteLLM is adopting Semantic Versioning for all commits. [Learn more](https://github.com/BerriAI/litellm/issues/532) **10/16/2023:** **Self-hosted OpenAI-proxy server** [Learn more](https://docs.litellm.ai/docs/simple_proxy)