mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix: update output length to 65536
This commit is contained in:
@@ -415,7 +415,7 @@ export type GeminiModelId = keyof typeof geminiModels
|
|||||||
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
|
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
|
||||||
export const geminiModels = {
|
export const geminiModels = {
|
||||||
"gemini-2.0-flash-thinking-exp-01-21": {
|
"gemini-2.0-flash-thinking-exp-01-21": {
|
||||||
maxTokens: 8192,
|
maxTokens: 65_536,
|
||||||
contextWindow: 1_048_576,
|
contextWindow: 1_048_576,
|
||||||
supportsImages: true,
|
supportsImages: true,
|
||||||
supportsPromptCache: false,
|
supportsPromptCache: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user