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 d9f80f1 commit 2b73251Copy full SHA for 2b73251
src/api/providers/__tests__/moonshot.spec.ts
@@ -149,7 +149,7 @@ describe("MoonshotHandler", () => {
149
expect(model.id).toBe(mockOptions.apiModelId)
150
expect(model.info).toBeDefined()
151
expect(model.info.maxTokens).toBe(32_000)
152
- expect(model.info.contextWindow).toBe(131_072)
+ expect(model.info.contextWindow).toBe(262_144)
153
expect(model.info.supportsImages).toBe(false)
154
expect(model.info.supportsPromptCache).toBe(true) // Should be true now
155
})
0 commit comments