kimi: add low,high to k3 and remove k2p7 references
This commit is contained in:
@@ -381,8 +381,8 @@ describe("Tool Results with Images", () => {
|
||||
},
|
||||
);
|
||||
|
||||
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding Provider (k2p7)", () => {
|
||||
const llm = getModel("kimi-coding", "k2p7");
|
||||
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding Provider (kimi-for-coding)", () => {
|
||||
const llm = getModel("kimi-coding", "kimi-for-coding");
|
||||
|
||||
it("should handle tool result with only image", { retry: 3, timeout: 30000 }, async () => {
|
||||
await handleToolWithImageResult(llm);
|
||||
|
||||
Reference in New Issue
Block a user