Update README.md

This commit is contained in:
Krish Dholakia 2023-08-01 08:19:24 -07:00 committed by GitHub
parent c4f31c481b
commit dc23770f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,11 @@ 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
Read the docs - https://litellm.readthedocs.io/en/latest/
## quick start
```
pip install litellm
```