Skip to content

Commit b463451

Browse files
committed
Updates Gemini 1.5 pro token limits
1 parent a52fdaa commit b463451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/geminiProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const models: GeminiModel[] = [
1919
{
2020
id: 'gemini-1.5-pro-latest',
2121
name: 'Gemini 1.5 Pro',
22-
maxTokens: 1048576,
22+
maxTokens: 2097152,
2323
provider: provider,
2424
default: true,
2525
},

0 commit comments

Comments
 (0)