Merge main into sweep/add-sweep-config

This commit is contained in:
sweep-ai[bot] 2023-08-01 15:19:38 +00:00 committed by GitHub
commit 9b1066a03f
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
```