buildfix: fix tests referencing old models
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -441,10 +441,6 @@ export const OPENROUTER_MODELS = values as {
|
||||
id: "nex-agi/nex-n2-pro";
|
||||
provider: "openrouter";
|
||||
};
|
||||
"nvidia/llama-3.3-nemotron-super-49b-v1.5": Model<"openai-completions"> & {
|
||||
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5";
|
||||
provider: "openrouter";
|
||||
};
|
||||
"nvidia/nemotron-3-nano-30b-a3b": Model<"openai-completions"> & {
|
||||
id: "nvidia/nemotron-3-nano-30b-a3b";
|
||||
provider: "openrouter";
|
||||
|
||||
Reference in New Issue
Block a user