Skip to content

Commit e59e423

Browse files
committed
Fix phase docs link
1 parent e100338 commit e59e423

File tree

1 file changed

+1
-1
lines changed
  • docs/my-website/blog/gpt_5_3_codex

1 file changed

+1
-1
lines changed

docs/my-website/blog/gpt_5_3_codex/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ model_list:
6666
```bash
6767
docker run -d \
6868
-p 4000:4000 \
69-
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
69+
-e ANTHROPIC_API_KEY=$OPENAI_API_KEY \
7070
-v $(pwd)/config.yaml:/app/config.yaml \
7171
ghcr.io/berriai/litellm:v1.81.12-stable.gpt-5.3 \
7272
--config /app/config.yaml

0 commit comments

Comments
 (0)