Skip to content

Commit 93a5710

Browse files
committed
fix: update output length to 65536
1 parent 5d5e69f commit 93a5710

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
@@ -415,7 +415,7 @@ export type GeminiModelId = keyof typeof geminiModels
415415
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
416416
export const geminiModels = {
417417
"gemini-2.0-flash-thinking-exp-01-21": {
418-
maxTokens: 8192,
418+
maxTokens: 65_536,
419419
contextWindow: 1_048_576,
420420
supportsImages: true,
421421
supportsPromptCache: false,

0 commit comments

Comments
 (0)