Skip to content

Commit c59bdcb

Browse files
christsoclaude
andcommitted
fix(ci): use gpt-5-mini without openai/ prefix for GitHub Models
GitHub Models expects bare model names (gpt-5-mini), not the openai/gpt-5-mini format used by OpenRouter. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 289ce6e commit c59bdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
cat > .env <<EOF
3232
GH_MODELS_TOKEN=${{ secrets.GH_MODELS_TOKEN || secrets.GITHUB_TOKEN }}
33-
GH_MODELS_MODEL=${{ vars.GH_MODELS_MODEL || 'openai/gpt-5-mini' }}
33+
GH_MODELS_MODEL=${{ vars.GH_MODELS_MODEL || 'gpt-5-mini' }}
3434
COPILOT_MODEL=${{ vars.COPILOT_MODEL || 'gpt-5-mini' }}
3535
EOF
3636

0 commit comments

Comments
 (0)