kimi: add low,high to k3 and remove k2p7 references
This commit is contained in:
@@ -255,7 +255,7 @@ describe("Tool Call Without Result Tests", () => {
|
||||
});
|
||||
|
||||
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding Provider", () => {
|
||||
const model = getModel("kimi-coding", "k2p7");
|
||||
const model = getModel("kimi-coding", "kimi-for-coding");
|
||||
|
||||
it("should filter out tool calls without corresponding tool results", { retry: 3, timeout: 30000 }, async () => {
|
||||
await testToolCallWithoutResult(model);
|
||||
|
||||
Reference in New Issue
Block a user