feat: Add google-genai & structured output

This commit is contained in:
2026-07-03 08:02:28 +05:30
parent b4049630ed
commit a305bba66d
8 changed files with 625 additions and 20 deletions

View File

@@ -43,6 +43,7 @@ services:
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_DB=0
- GEMINI_API_KEY
depends_on:
db:
condition: service_healthy
@@ -64,6 +65,7 @@ services:
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_DB=0
- GEMINI_API_KEY
command: celery -A app.worker.celery_app worker --loglevel=info
depends_on:
db: