Fix GTM Architect: Robust prompt syntax, Gemini API migration, Docker logging

This commit is contained in:
2026-01-01 22:39:43 +00:00
parent df58878973
commit 21ea1e478c
6 changed files with 598 additions and 1651 deletions

View File

@@ -104,6 +104,9 @@ services:
- ./gtm_projects.db:/app/gtm_projects.db
# Mount the API key to the location expected by config.py
- ./gemini_api_key.txt:/app/api_key.txt
# Mount Logs
- ./Log_from_docker:/app/Log_from_docker
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- SERPAPI_API_KEY=${SERPAPI_API_KEY}
- SERPAPI_API_KEY=${SERPAPI_API_KEY}
- PYTHONUNBUFFERED=1