mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update README.md
This commit is contained in:
parent
c6f00398ee
commit
e9eafd96f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue