Update README.md

This commit is contained in:
Krish Dholakia 2023-07-31 08:29:42 -07:00 committed by GitHub
parent ab18c9b3cd
commit 740208d643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ a simple & light 100 line package to call OpenAI, Azure, Cohere, Anthropic API E
litellm manages:
- translating inputs to completion and embedding endpoints
- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']`
Read the docs - https://litellm.readthedocs.io/en/latest/
# usage
## installation
```