mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
fix: update gemini-2.0-flash-thinking-exp-0121 model maxTokens to 65536
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user