fix(python): Entfernt inkompatibles response_mime_type Argument

Behebt den TypeError beim Aufruf von GenerationConfig in der älteren Version der google-generativeai Bibliothek, indem das nicht unterstützte Argument entfernt wird.
This commit is contained in:
2025-12-21 02:27:26 +00:00
parent a2a91b15f2
commit ec738dd82b
9 changed files with 103 additions and 326 deletions

View File

@@ -9,10 +9,10 @@ xgboost==1.7.6
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
# Füge hier alle anderen Pakete hinzu, die deine Helfer-Skripte eventuell noch benötigen
gspread
oauth2client
requests
requests==2.28.2
urllib3==1.26.18
beautifulsoup4
lxml
wikipedia
@@ -25,4 +25,8 @@ python-docx
PyYAML
openpyxl
Flask
pyngrok
pyngrok
google-generativeai==0.4.0
typing-extensions==4.5.0
grpcio==1.54.2
google-api-core==2.11.1