chore: add Gemini newest experimental models (close #7121) (#8621)

This commit is contained in:
CXwudi
2024-09-22 01:38:08 -04:00
committed by GitHub
parent 6d56d5c1f6
commit 97895ec41a
7 changed files with 167 additions and 11 deletions

View File

@ -156,14 +156,14 @@ flask-restful = "~0.3.10"
Flask-SQLAlchemy = "~3.1.1"
gevent = "~23.9.1"
gmpy2 = "~2.2.1"
google-ai-generativelanguage = "0.6.1"
google-ai-generativelanguage = "0.6.9"
google-api-core = "2.18.0"
google-api-python-client = "2.90.0"
google-auth = "2.29.0"
google-auth-httplib2 = "0.2.0"
google-cloud-aiplatform = "1.49.0"
google-cloud-storage = "2.16.0"
google-generativeai = "0.5.0"
google-generativeai = "0.8.1"
googleapis-common-protos = "1.63.0"
gunicorn = "~22.0.0"
httpx = { version = "~0.27.0", extras = ["socks"] }