Skip to content

Commit 2b73251

Browse files
authored
Fix test
1 parent d9f80f1 commit 2b73251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe("MoonshotHandler", () => {
149149
expect(model.id).toBe(mockOptions.apiModelId)
150150
expect(model.info).toBeDefined()
151151
expect(model.info.maxTokens).toBe(32_000)
152-
expect(model.info.contextWindow).toBe(131_072)
152+
expect(model.info.contextWindow).toBe(262_144)
153153
expect(model.info.supportsImages).toBe(false)
154154
expect(model.info.supportsPromptCache).toBe(true) // Should be true now
155155
})

0 commit comments

Comments
 (0)