forked from phoenix/litellm-mirror
Update docs
This commit is contained in:
parent
7ddfeb75bc
commit
6fb178dc94
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Docs outdated. New docs 👉 [here](./simple_proxy.md)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```shell
|
```shell
|
||||||
pip install litellm
|
pip install litellm[proxy]
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
$ litellm --model ollama/codellama
|
$ litellm --model ollama/codellama
|
||||||
|
|
|
@ -16,7 +16,7 @@ LiteLLM Server manages:
|
||||||
View all the supported args for the Proxy CLI [here](https://docs.litellm.ai/docs/simple_proxy#proxy-cli-arguments)
|
View all the supported args for the Proxy CLI [here](https://docs.litellm.ai/docs/simple_proxy#proxy-cli-arguments)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pip install litellm
|
$ pip install litellm[proxy]
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue