mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #76 from RooVetGit/gemini_2_fix
This commit is contained in:
commit
d03465358c
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ export const geminiModels = {
|
|||
},
|
||||
"gemini-2.0-flash-exp": {
|
||||
maxTokens: 8192,
|
||||
contextWindow: 2_097_152,
|
||||
contextWindow: 1_048_576,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue