Skip to content

Commit 7845c8a

Browse files
authored
Merge pull request #183 from student20880/main
Fix gemini-2.0-flash-thinking-exp-1219 contextWindow
2 parents 6ed48a5 + ffd5147 commit 7845c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-ex
385385
export const geminiModels = {
386386
"gemini-2.0-flash-thinking-exp-1219": {
387387
maxTokens: 8192,
388-
contextWindow: 1_048_576,
388+
contextWindow: 32_767,
389389
supportsImages: true,
390390
supportsPromptCache: false,
391391
inputPrice: 0,

0 commit comments

Comments
 (0)