mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
commit
ad202a30da
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
LiteLLM manages
|
LiteLLM manages
|
||||||
- Translating inputs to the provider's completion and embedding endpoints
|
- 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']`
|
- 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
|
- Exception mapping - common exceptions across providers are mapped to the OpenAI exception types.
|
||||||
|
|
||||||
**🚨 Seeing errors?** [](https://wa.link/huol9n) [](https://discord.gg/wuPM9dRgDw)
|
**🚨 Seeing errors?** [](https://wa.link/huol9n) [](https://discord.gg/wuPM9dRgDw)
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ Step 4: Submit a PR with your changes! 🚀
|
||||||
- Our emails ✉️ ishaan@berri.ai / krrish@berri.ai
|
- Our emails ✉️ ishaan@berri.ai / krrish@berri.ai
|
||||||
|
|
||||||
# Why did we build this
|
# Why did we build this
|
||||||
- **Need for simplicity**: Our code started to get extremely complicated managing & translating calls between Azure, OpenAI, Cohere
|
- **Need for simplicity**: Our code started to get extremely complicated managing & translating calls between Azure, OpenAI and Cohere.
|
||||||
|
|
||||||
# Contributors
|
# Contributors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue