Update README.md

This commit is contained in:
Ishaan Jaff 2023-11-08 13:37:30 -08:00 committed by GitHub
parent af99f5f30b
commit e825de8b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
</h4>
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']`
- Exception mapping - common exceptions across providers are mapped to the OpenAI exception types.