Merge pull request #76 from RooVetGit/gemini_2_fix

This commit is contained in:
Matt Rubens 2024-12-11 14:05:20 -05:00 committed by GitHub
commit d03465358c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,