Skip to content

Commit 1c80935

Browse files
fix: fix expected pricing
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 2e1c5c6 commit 1c80935

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
@@ -518,7 +518,7 @@ describe("ChutesHandler", () => {
518518
})
519519

520520
it("should have correct pricing and context for zai-org/GLM-4.6-turbo", () => {
521-
// This test ensures the GLM-4.6-turbo model has correct pricing > 0 and context window
521+
// This test ensures the GLM-4.6-turbo model has the expected pricing and context window
522522
// Assert exact values and capabilities to catch regressions
523523
const model = chutesModels["zai-org/GLM-4.6-turbo"]
524524
expect(model.maxTokens).toBe(32768)

0 commit comments

Comments
 (0)