chore: replace big-pickle model with glm-4.7-free

This commit is contained in:
justsisyphus
2026-01-30 13:44:04 +09:00
parent b1c1f02172
commit 67aeb9cb8c
15 changed files with 80 additions and 75 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export const AGENT_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
librarian: {
fallbackChain: [
{ providers: ["zai-coding-plan"], model: "glm-4.7" },
{ providers: ["opencode"], model: "big-pickle" },
{ providers: ["opencode"], model: "glm-4.7-free" },
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-5" },
],
},