Rollback assistant model to GPT-5.4 mini
All checks were successful
Deploy to VPS / test (push) Successful in 1m45s
Deploy to VPS / deploy (push) Successful in 15s

This commit is contained in:
Carlos Escalante
2026-07-14 19:03:27 -06:00
parent 00e841ad3f
commit 2d6a3f83eb
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ services:
VAPID_PRIVATE_KEY: ${VAPID_PRIVATE_KEY:-}
VAPID_PUBLIC_KEY: ${VAPID_PUBLIC_KEY:-}
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
AGENT_MODEL: ${AGENT_MODEL:-gpt-5.6-luna}
AGENT_MODEL: ${AGENT_MODEL:-gpt-5.4-mini}
# MAF 1.6+ enables OTel instrumentation by default; keep it off explicitly.
ENABLE_INSTRUMENTATION: "false"
ports: