From 8dfbdc521bf86a9a0f4f081a5ad7c1a13de77c3c Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 9 Jan 2024 12:47:08 +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 6376726b6..4dc84486b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ LiteLLM manages: -- Translate inputs to provider's `completion` and `embedding` endpoints +- 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']` - Load-balance multiple deployments (e.g. Azure/OpenAI) - `Router` **1k+ requests/second**