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 557ab70 commit dbb527cCopy full SHA for dbb527c
src/api/providers/__tests__/chutes.spec.ts
@@ -495,7 +495,7 @@ 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
- const modelId: ChutesModelId = "zai-org/GLM-4.6-turbo"
+ const modelId = "zai-org/GLM-4.6-turbo"
499
// Compile-time assertion that GLM-4.6-turbo is part of ChutesModelId (no unused var)
500
const expectType = <T>(_value: T) => {}
501
expectType<ChutesModelId>(modelId)
0 commit comments