Update README.md

This commit is contained in:
Krish Dholakia 2023-10-27 11:02:47 -07:00 committed by GitHub
parent c6f00398ee
commit e9eafd96f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ model_list:
2. Start the server
```shell
docker run --name litellm_server_1 -e PORT=8000 -p 8000:8000 -v $(pwd)/config.yaml:/app/config.yaml litellm_server
docker run -e PORT=8000 -p 8000:8000 -v $(pwd)/config.yaml:/app/config.yaml ghcr.io/berriai/litellm:latest
```
## Running Locally