fix(ai): refresh generated model catalog for release

This commit is contained in:
Mario Zechner
2026-04-27 21:28:21 +02:00
parent 24321b47c9
commit 65fc803671
7 changed files with 333 additions and 236 deletions

View File

@@ -389,8 +389,8 @@ describe("Context overflow error handling", () => {
// =============================================================================
describe.skipIf(!process.env.ZAI_API_KEY)("z.ai", () => {
it("glm-4.5-flash - should detect overflow via isContextOverflow when z.ai reports it", async () => {
const model = getModel("zai", "glm-4.5-flash");
it("glm-4.5-air - should detect overflow via isContextOverflow when z.ai reports it", async () => {
const model = getModel("zai", "glm-4.5-air");
const result = await testContextOverflow(model, process.env.ZAI_API_KEY!);
logResult(result);