🚀 feat: Add Gemini 2.0 Support, Update Packages and Deprecations (#4951)

* chore: Comment out deprecated MongoDB connection options in connectDb.js

* replaced deprecrated MongoDB count() function with countDocuments()

* npm audit fix (package-lock cleanup)

* chore: Specify .env file in launch configuration

* feat: gemini-2.0

* chore: bump express to 4.21.2 to address CVE-2024-52798

* chore: remove redundant comment for .env file specification in launch configuration

---------

Co-authored-by: neturmel <neturmel@gmx.de>
This commit is contained in:
Danny Avila 2024-12-11 14:11:27 -05:00 committed by GitHub
parent 4640e1b124
commit b5c9144127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 29 additions and 45 deletions

View file

@ -50,7 +50,8 @@ const googleModels = {
gemini: 30720, // -2048 from max
'gemini-pro-vision': 12288, // -4096 from max
'gemini-exp': 8000,
'gemini-1.5': 1048576, // -8192 from max
'gemini-2.0': 1048576,
'gemini-1.5': 1048576,
'text-bison-32k': 32758, // -10 from max
'chat-bison-32k': 32758, // -10 from max
'code-bison-32k': 32758, // -10 from max