mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Merge main into sweep/add-sweep-config
This commit is contained in:
commit
9b1066a03f
1 changed files with 4 additions and 2 deletions
|
@ -12,9 +12,11 @@ litellm manages:
|
||||||
- translating inputs to completion and embedding endpoints
|
- translating inputs to completion and embedding endpoints
|
||||||
- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']`
|
- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']`
|
||||||
|
|
||||||
Read the docs - https://litellm.readthedocs.io/en/latest/
|
|
||||||
# usage
|
# usage
|
||||||
## installation
|
|
||||||
|
Read the docs - https://litellm.readthedocs.io/en/latest/
|
||||||
|
|
||||||
|
## quick start
|
||||||
```
|
```
|
||||||
pip install litellm
|
pip install litellm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue