Update README.md

This commit is contained in:
Krish Dholakia 2024-01-09 12:47:08 +05:30 committed by GitHub
parent 9d45c73475
commit 8dfbdc521b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
</h4>
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**