docs(openai-proxy-readme): add docker package to readme

This commit is contained in:
Krrish Dholakia 2023-10-23 17:24:16 -07:00
parent 82d6b1c55f
commit c99fa955f4
2 changed files with 6 additions and 1 deletions

View file

@ -13,6 +13,11 @@ A simple, fast, and lightweight **OpenAI-compatible server** to call 100+ LLM AP
## Usage ## Usage
```shell
docker run -e PORT=8000 -p 8000:8000 ghcr.io/berriai/litellm:latest
```
### Running Locally
```shell ```shell
$ git clone https://github.com/BerriAI/litellm.git $ git clone https://github.com/BerriAI/litellm.git
``` ```

View file

@ -3,4 +3,4 @@ fastapi
uvicorn uvicorn
boto3 boto3
litellm litellm
dotenv python-dotenv