kimi: add low,high to k3 and remove k2p7 references

This commit is contained in:
David Brailovsky
2026-07-20 09:00:15 +00:00
parent 85f89db9bc
commit 8b93737078
16 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -110,10 +110,10 @@ describe("getSupportedThinkingLevels", () => {
}
});
it("includes only max for Kimi Coding K3", () => {
it("includes only low, high, max for Kimi Coding K3", () => {
const model = getModel("kimi-coding", "k3");
expect(model).toBeDefined();
expect(getSupportedThinkingLevels(model!)).toEqual(["max"]);
expect(getSupportedThinkingLevels(model!)).toEqual(["low", "high", "max"]);
});
it("includes only high for OpenCode Grok Build", () => {