Compare commits

..

1 Commits

Author SHA1 Message Date
OpenCode Test a9eaf0114f fix(external-llm): align tier defaults with industry benchmarks
- frontier: gpt-5.2 (GPT)
- mid-tier: claude-sonnet-4.5 (Claude)
- lightweight: claude-haiku-4.5 (Claude)

Prioritizes correctness over speed, aligned with MMLU/GPQA/Arena rankings.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 11:42:38 -08:00
+2 -2
View File
@@ -184,8 +184,8 @@
}, },
"tier_to_external_map": { "tier_to_external_map": {
"frontier": "github-copilot/gpt-5.2", "frontier": "github-copilot/gpt-5.2",
"mid-tier": "github-copilot/gpt-5-mini", "mid-tier": "github-copilot/claude-sonnet-4.5",
"lightweight": "opencode/gpt-5-nano" "lightweight": "github-copilot/claude-haiku-4.5"
}, },
"task_routing": { "task_routing": {
"reasoning": "github-copilot/gpt-5.2", "reasoning": "github-copilot/gpt-5.2",