forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
ceb0bca4ac
commit
871d301f83
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
|||
|
||||
[](https://discord.gg/wuPM9dRgDw)
|
||||
|
||||

|
||||
|
||||
|
||||
a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingface API Endpoints. It manages:
|
||||
- translating inputs to the provider's completion and embedding endpoints
|
||||
- guarantees [consistent output](https://litellm.readthedocs.io/en/latest/output/), text responses will always be available at `['choices'][0]['message']['content']`
|
||||
|
@ -41,6 +38,7 @@ response = completion(model="gpt-3.5-turbo", messages=messages)
|
|||
response = completion(model="command-nightly", messages)
|
||||
```
|
||||
Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
||||

|
||||
|
||||
Stable version
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue