We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e100338 commit e59e423Copy full SHA for e59e423
docs/my-website/blog/gpt_5_3_codex/index.md
@@ -66,7 +66,7 @@ model_list:
66
```bash
67
docker run -d \
68
-p 4000:4000 \
69
- -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
+ -e ANTHROPIC_API_KEY=$OPENAI_API_KEY \
70
-v $(pwd)/config.yaml:/app/config.yaml \
71
ghcr.io/berriai/litellm:v1.81.12-stable.gpt-5.3 \
72
--config /app/config.yaml
0 commit comments