We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fc407 commit 9dea255Copy full SHA for 9dea255
src/api/providers/__tests__/chutes.spec.ts
@@ -495,6 +495,8 @@ describe("ChutesHandler", () => {
495
496
it("should include zai-org/GLM-4.6-turbo in chutesModels", () => {
497
// This test ensures the GLM-4.6-turbo model exists to prevent regressions
498
+ // Compile-time assertion that GLM-4.6-turbo is part of ChutesModelId
499
+ const _: ChutesModelId = "zai-org/GLM-4.6-turbo"
500
expect(chutesModels).toHaveProperty("zai-org/GLM-4.6-turbo")
501
})
502
0 commit comments