mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-29 14:21:40 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user