Update docs

This commit is contained in:
Frank Colson 2023-11-30 16:43:09 -07:00
parent 7ddfeb75bc
commit 6fb178dc94
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Docs outdated. New docs 👉 [here](./simple_proxy.md)
## Usage
```shell
pip install litellm
pip install litellm[proxy]
```
```shell
$ litellm --model ollama/codellama

View file

@ -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)
```shell
$ pip install litellm
$ pip install litellm[proxy]
```
```shell