chore: LLM qwen3:30b-a3b → qwen3.5:35b-a3b
All checks were successful
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 33s
CI / test-python-voice (push) Successful in 24s
CI / test-bqas (push) Successful in 26s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-06 07:32:35 +01:00
parent 4245e24980
commit 65184c02c3

View File

@@ -834,7 +834,7 @@ services:
NODE_ENV: production
DATABASE_URL: postgres://${POSTGRES_USER:-breakpilot}:${POSTGRES_PASSWORD:-breakpilot123}@postgres:5432/${POSTGRES_DB:-breakpilot_db}
OLLAMA_URL: ${OLLAMA_URL:-http://host.docker.internal:11434}
OLLAMA_MODEL: ${OLLAMA_MODEL:-qwen3:30b-a3b}
OLLAMA_MODEL: ${OLLAMA_MODEL:-qwen3.5:35b-a3b}
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on: