forked from phoenix/litellm-mirror
Merge main into sweep/update-docs-embeddings-sentry-posthog
This commit is contained in:
commit
b9f2c16430
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -19,12 +19,6 @@ Read the docs - https://litellm.readthedocs.io/en/latest/
|
||||||
pip install litellm
|
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
|
```python
|
||||||
from litellm import completion
|
from litellm import completion
|
||||||
|
|
||||||
|
@ -47,6 +41,12 @@ response = completion("chatgpt-test", messages, azure=True)
|
||||||
# openrouter call
|
# openrouter call
|
||||||
response = completion("google/palm-2-codechat-bison", messages)
|
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
|
# hosted version
|
||||||
- [Grab time if you want access 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)
|
- [Grab time if you want access 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue