forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
af15e49948
commit
d3481189df
1 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,7 @@ LiteLLM manages:
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
```
|
```shell
|
||||||
pip install litellm
|
pip install litellm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -118,6 +118,11 @@ response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content
|
||||||
Track spend across multiple projects/people
|
Track spend across multiple projects/people
|
||||||
|
|
||||||
## Quick Start Proxy - CLI
|
## Quick Start Proxy - CLI
|
||||||
|
|
||||||
|
```shell
|
||||||
|
pip install litellm[proxy]
|
||||||
|
```
|
||||||
|
|
||||||
### Step 1: Start litellm proxy
|
### Step 1: Start litellm proxy
|
||||||
```shell
|
```shell
|
||||||
$ litellm --model huggingface/bigcode/starcoder
|
$ litellm --model huggingface/bigcode/starcoder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue