Skip to content

Commit dbb527c

Browse files
fix: removed type from ChutesModelId
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 557ab70 commit dbb527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/__tests__/chutes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ describe("ChutesHandler", () => {
495495

496496
it("should include zai-org/GLM-4.6-turbo in chutesModels", () => {
497497
// This test ensures the GLM-4.6-turbo model exists to prevent regressions
498-
const modelId: ChutesModelId = "zai-org/GLM-4.6-turbo"
498+
const modelId = "zai-org/GLM-4.6-turbo"
499499
// Compile-time assertion that GLM-4.6-turbo is part of ChutesModelId (no unused var)
500500
const expectType = <T>(_value: T) => {}
501501
expectType<ChutesModelId>(modelId)

0 commit comments

Comments
 (0)