kimi: add low,high to k3 and remove k2p7 references
This commit is contained in:
@@ -536,7 +536,7 @@ describe("AI Providers Empty Message Tests", () => {
|
||||
);
|
||||
|
||||
describe.skipIf(!process.env.KIMI_API_KEY)("Kimi For Coding Provider Empty Messages", () => {
|
||||
const llm = getModel("kimi-coding", "k2p7");
|
||||
const llm = getModel("kimi-coding", "kimi-for-coding");
|
||||
|
||||
it("should handle empty content array", { retry: 3, timeout: 30000 }, async () => {
|
||||
await testEmptyMessage(llm);
|
||||
|
||||
Reference in New Issue
Block a user