forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
083edf3408
commit
fd59ff12d5
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -21,6 +21,12 @@
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
<h4 align="center">
|
||||||
|
<a target="_blank" href="https://colab.research.google.com/github/https://colab.research.google.com/drive/1y2ChqxJOwEByThibxYMEpY5P6_RTNjj4?usp=sharing">
|
||||||
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingface API Endpoints. It manages:
|
a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingface API Endpoints. It manages:
|
||||||
|
@ -34,7 +40,12 @@ Demo - https://litellm.ai/playground
|
||||||
Docs - https://docs.litellm.ai/docs/
|
Docs - https://docs.litellm.ai/docs/
|
||||||
**Free** Dashboard - https://docs.litellm.ai/docs/debugging/hosted_debugging
|
**Free** Dashboard - https://docs.litellm.ai/docs/debugging/hosted_debugging
|
||||||
|
|
||||||
## quick start
|
## Quick Start
|
||||||
|
<a target="_blank" href="https://colab.research.google.com/github/https://colab.research.google.com/drive/1y2ChqxJOwEByThibxYMEpY5P6_RTNjj4?usp=sharing">
|
||||||
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install litellm
|
pip install litellm
|
||||||
```
|
```
|
||||||
|
@ -54,7 +65,6 @@ response = completion(model="gpt-3.5-turbo", messages=messages)
|
||||||
# cohere call
|
# cohere call
|
||||||
response = completion(model="command-nightly", messages)
|
response = completion(model="command-nightly", messages)
|
||||||
```
|
```
|
||||||
Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
|
||||||

|

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