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 2e1c5c6 commit 1c80935Copy full SHA for 1c80935
src/api/providers/__tests__/chutes.spec.ts
@@ -518,7 +518,7 @@ describe("ChutesHandler", () => {
518
})
519
520
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
+ // This test ensures the GLM-4.6-turbo model has the expected pricing and context window
522
// Assert exact values and capabilities to catch regressions
523
const model = chutesModels["zai-org/GLM-4.6-turbo"]
524
expect(model.maxTokens).toBe(32768)
0 commit comments