refactor(atlas): remove gemini-3-pro from fallback chain

This commit is contained in:
YeonGyu-Kim
2026-02-19 14:39:09 +09:00
parent da561118ce
commit 8c19a7b7f8

View File

@@ -91,7 +91,6 @@ export const AGENT_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
{ providers: ["opencode"], model: "kimi-k2.5-free" },
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-6" },
{ providers: ["openai", "github-copilot", "opencode"], model: "gpt-5.2" },
{ providers: ["google", "github-copilot", "opencode"], model: "gemini-3-pro" },
],
},
}