mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 05:07:46 +00:00
Update README.md
This commit is contained in:
@@ -19,12 +19,6 @@ Read the docs - https://litellm.readthedocs.io/en/latest/
|
||||
pip install litellm
|
||||
```
|
||||
|
||||
Stable version
|
||||
```
|
||||
pip install litellm==0.1.1
|
||||
```
|
||||
|
||||
* Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
||||
```python
|
||||
from litellm import completion
|
||||
|
||||
@@ -47,6 +41,12 @@ response = completion("chatgpt-test", messages, azure=True)
|
||||
# openrouter call
|
||||
response = completion("google/palm-2-codechat-bison", messages)
|
||||
```
|
||||
Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)
|
||||
|
||||
Stable version
|
||||
```
|
||||
pip install litellm==0.1.1
|
||||
```
|
||||
|
||||
# hosted version
|
||||
- [Grab time if you want access 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)
|
||||
|
||||
Reference in New Issue
Block a user