fix(ai): refresh generated model catalog for release
This commit is contained in:
@@ -749,8 +749,8 @@ describe("Generate E2E Tests", () => {
|
||||
},
|
||||
);
|
||||
|
||||
describe.skipIf(!process.env.ZAI_API_KEY)("zAI Provider (glm-5 via OpenAI Completions)", () => {
|
||||
const llm = getModel("zai", "glm-5");
|
||||
describe.skipIf(!process.env.ZAI_API_KEY)("zAI Provider (glm-5.1 via OpenAI Completions)", () => {
|
||||
const llm = getModel("zai", "glm-5.1");
|
||||
|
||||
it("should complete basic text generation", { retry: 3 }, async () => {
|
||||
await basicTextGeneration(llm);
|
||||
|
||||
Reference in New Issue
Block a user