mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 16:24:59 +00:00
Fix doc
This commit is contained in:
@@ -28,7 +28,7 @@ LiteLLM now supports fully GPT-5.4!
|
||||
## Docker Image
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/berriai/litellm:v1.81.14-stable.gpt-4o
|
||||
docker pull ghcr.io/berriai/litellm:v1.81.14-stable.gpt-5.4
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -53,7 +53,7 @@ docker run -d \
|
||||
-p 4000:4000 \
|
||||
-e OPENAI_API_KEY=$OPENAI_API_KEY \
|
||||
-v $(pwd)/config.yaml:/app/config.yaml \
|
||||
ghcr.io/berriai/litellm:v1.81.14-stable.gpt-4o \
|
||||
ghcr.io/berriai/litellm:v1.81.14-stable.gpt-5.4 \
|
||||
--config /app/config.yaml
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user