Merge pull request #2146 from code-yeongyu/fix/issue-2065-1968-model-updates

fix(models): update Gemini 3→3.1 Pro and add Kimi K2.5 to writing category
This commit is contained in:
YeonGyu-Kim
2026-02-26 21:07:23 +09:00
committed by GitHub
25 changed files with 242 additions and 239 deletions
+1 -1
View File
@@ -570,7 +570,7 @@ describe("Prometheus category config resolution", () => {
// then
expect(config).toBeDefined()
expect(config?.model).toBe("google/gemini-3-pro")
expect(config?.model).toBe("google/gemini-3.1-pro")
})
test("user categories override default categories", () => {