forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
c4f31c481b
commit
dc23770f0a
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