forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
9edece7d61
commit
d7d9893cf3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
[](https://discord.gg/wuPM9dRgDw)
|
[](https://discord.gg/wuPM9dRgDw)
|
||||||
|
|
||||||
a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingface API Endpoints. It manages:
|
a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingface API Endpoints. It 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://litellm.readthedocs.io/en/latest/output/), text responses will always be available at `['choices'][0]['message']['content']`
|
- guarantees [consistent output](https://litellm.readthedocs.io/en/latest/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](https://help.openai.com/en/articles/6897213-openai-library-error-types-guidance)
|
- exception mapping - common exceptions across providers are mapped to the [OpenAI exception types](https://help.openai.com/en/articles/6897213-openai-library-error-types-guidance)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue