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

@@ -36,6 +36,7 @@ COPY helpers.py .
COPY config.py .
# Use the specific requirements file for this app
COPY gtm-architect/requirements.txt .
COPY gemini_api_key.txt .
COPY gtm_db_manager.py .
# Install Python and Node.js dependencies

View File

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