forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
271c951763
commit
c10f278228
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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']`
|
||||||
# usage
|
# usage
|
||||||
* [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
* Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
||||||
```python
|
```python
|
||||||
from litellm import completion
|
from litellm import completion
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue