Update README.md

This commit is contained in:
Krish Dholakia 2023-08-01 08:19:24 -07:00 committed by Krrish Dholakia
parent 1a69cf64d2
commit 5219ce08ed

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
```