feat(writing): switch primary model to kimi k2.5, add anti-AI-slop rules to prompt

This commit is contained in:
YeonGyu-Kim
2026-02-15 14:00:03 +09:00
parent 2434e5d255
commit f3672c527e
4 changed files with 22 additions and 9 deletions
+1 -2
View File
@@ -152,10 +152,9 @@ export const CATEGORY_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
},
writing: {
fallbackChain: [
{ providers: ["kimi-for-coding"], model: "k2p5" },
{ providers: ["google", "github-copilot", "opencode"], model: "gemini-3-flash" },
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-sonnet-4-5" },
{ providers: ["zai-coding-plan"], model: "glm-4.7" },
{ providers: ["openai", "github-copilot", "opencode"], model: "gpt-5.2" },
],
},
}