Update README.md

This commit is contained in:
Krish Dholakia 2023-08-01 08:18:44 -07:00 committed by GitHub
parent 2feae589f1
commit c4f31c481b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)