mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Fix phase docs link
This commit is contained in:
parent
6ab5042ca0
commit
dec036464b
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ model_list:
|
|||
```bash
|
||||
docker run -d \
|
||||
-p 4000:4000 \
|
||||
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
|
||||
-e ANTHROPIC_API_KEY=$OPENAI_API_KEY \
|
||||
-v $(pwd)/config.yaml:/app/config.yaml \
|
||||
ghcr.io/berriai/litellm:v1.81.12-stable.gpt-5.3 \
|
||||
--config /app/config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue