File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Pick the model based on which API key is available (check env vars in this order
9595| API key | Model |
9696| ---------| -------|
9797| ` ANTHROPIC_API_KEY ` | ` anthropic/claude-opus-4-6 ` |
98- | ` OPENAI_API_KEY ` | ` openai/gpt-5.3 -codex ` |
98+ | ` OPENAI_API_KEY ` | ` openai/gpt-5.2 -codex ` |
9999| ` GEMINI_API_KEY ` | ` google/gemini-3-pro-preview ` |
100100| ` OPENCODE_ZEN_API_KEY ` | ` opencode-zen/claude-opus-4-6 ` |
101101
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export PI_SESSION_NAME="control-agent"
4040if [ -n " ${ANTHROPIC_API_KEY:- } " ]; then
4141 MODEL=" anthropic/claude-opus-4-6"
4242elif [ -n " ${OPENAI_API_KEY:- } " ]; then
43- MODEL=" openai/gpt-5.3 -codex"
43+ MODEL=" openai/gpt-5.2 -codex"
4444elif [ -n " ${GEMINI_API_KEY:- } " ]; then
4545 MODEL=" google/gemini-3-pro-preview"
4646elif [ -n " ${OPENCODE_ZEN_API_KEY:- } " ]; then
You can’t perform that action at this time.
0 commit comments