From de816f4732b2213cfaf309b64d116e9efc005cb3 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 9 Jan 2024 12:48:49 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe4d9bb98..0c9d98c1c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ LiteLLM manages: - Translate inputs to provider's `completion`, `embedding`, and `image_generation` endpoints - [Consistent output](https://docs.litellm.ai/docs/completion/output), text responses will always be available at `['choices'][0]['message']['content']` -- [Retry/fallback logic](https://docs.litellm.ai/docs/routing) across multiple deployments (e.g. Azure/OpenAI) +- Retry/fallback logic across multiple deployments (e.g. Azure/OpenAI) - [Router](https://docs.litellm.ai/docs/routing) [**Jump to OpenAI Proxy Docs**](https://github.com/BerriAI/litellm?tab=readme-ov-file#openai-proxy---docs)
[**Jump to Supported LLM Providers**](https://github.com/BerriAI/litellm?tab=readme-ov-file#supported-provider-docs)