buildfix: fix tests referencing old models

This commit is contained in:
David Brailovsky
2026-07-17 13:24:11 +00:00
parent 64f83c85d9
commit 5124c61b25
16 changed files with 38 additions and 63 deletions
@@ -13,16 +13,8 @@ export const KIMI_CODING_MODELS = values as {
id: "k3";
provider: "kimi-coding";
};
"kimi-for-coding": Model<"anthropic-messages"> & {
id: "kimi-for-coding";
provider: "kimi-coding";
};
"kimi-for-coding-highspeed": Model<"anthropic-messages"> & {
id: "kimi-for-coding-highspeed";
provider: "kimi-coding";
};
"kimi-k2-thinking": Model<"anthropic-messages"> & {
id: "kimi-k2-thinking";
provider: "kimi-coding";
};
};