forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
8a051f063d
commit
271c951763
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# litellm
|
||||
[](https://discord.gg/wuPM9dRgDw)
|
||||
a simple & light 100 line package to call OpenAI, Azure, Cohere, Anthropic API Endpoints
|
||||
|
||||
litellm manages:
|
||||
- translating inputs to completion and embedding endpoints
|
||||
- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']`
|
||||
# usage
|
||||
|
||||
* [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
||||
```python
|
||||
from litellm import completion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue