mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: update gemini-2.0-flash-thinking-exp-0121 model maxTokens to 65536
This commit is contained in:
parent
00297499a0
commit
c0733e6daa
1 changed files with 2 additions and 2 deletions
|
|
@ -259,8 +259,8 @@ export const geminiModels = {
|
|||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
},
|
||||
"gemini-2.0-flash-thinking-exp-01-21": {
|
||||
maxTokens: 8192,
|
||||
"gemini-2.0-flash-thinking-exp-0121": {
|
||||
maxTokens: 65536,
|
||||
contextWindow: 1_048_576,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue