Update README.md

This commit is contained in:
Ishaan Jaff 2023-07-31 07:58:10 -07:00 committed by GitHub
parent 00fb7b083d
commit 2847f9d754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,16 @@ litellm manages:
- translating inputs to completion and embedding endpoints
- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']`
# usage
## installation
```
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
@ -30,11 +40,6 @@ response = completion("command-nightly", messages)
response = completion("chatgpt-test", messages, azure=True)
```
# installation
```
pip install litellm
```
# hosted version
- [Grab time if you want access 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)