Update README.md

This commit is contained in:
Ishaan Jaff 2023-12-27 17:30:37 +05:30 committed by GitHub
parent af15e49948
commit d3481189df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ LiteLLM manages:
</a>
```
```shell
pip install litellm
```
@ -118,6 +118,11 @@ response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content
Track spend across multiple projects/people
## Quick Start Proxy - CLI
```shell
pip install litellm[proxy]
```
### Step 1: Start litellm proxy
```shell
$ litellm --model huggingface/bigcode/starcoder