fix(deps): Migrate from google.generativeai to google-genai

- Updates requirements.txt to use the new 'google-genai' package.
- Updates import statements and error messages in helpers.py to use the new library.
- Ensures the gemini_api_key.txt is copied into the Docker container to resolve API key errors.
This commit is contained in:
2026-01-03 08:56:20 +00:00
parent 302a211239
commit af75d25622
3 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
google-generativeai
google-genai
requests
beautifulsoup4
werkzeug