update augorWorker to use openRouter configuration and set llmModel in config

This commit is contained in:
ImBenji 2026-04-22 22:00:45 +01:00
parent 17107047fe
commit 3ed86409d7

View file

@ -8,6 +8,7 @@ services:
- ./data:/data - ./data:/data
environment: environment:
NODE_ENV: production NODE_ENV: production
INTELLIGENCE_DB: /data/intelligence.sqlite
restart: unless-stopped restart: unless-stopped
networks: networks:
- nginx_proxy_manager_default - nginx_proxy_manager_default