Merge main into sweep/add-sweep-config

This commit is contained in:
sweep-ai[bot] 2023-08-01 15:18:53 +00:00 committed by GitHub
commit 04383dbc73
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)