mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
commit
7aff1dc0d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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-5.4
|
||||
docker pull ghcr.io/berriai/litellm:v1.81.14-stable.gpt-5.4.1
|
||||
```
|
||||
|
||||
## 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-5.4 \
|
||||
ghcr.io/berriai/litellm:v1.81.14-stable.gpt-5.4.1 \
|
||||
--config /app/config.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue