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

@@ -20,7 +20,7 @@ class Settings(BaseSettings):
VAPID_PUBLIC_KEY: str = ""
VAPID_CLAIM_EMAIL: str = "mailto:admin@wealth.cescalante.dev"
OPENAI_API_KEY: str = ""
AGENT_MODEL: str = "gpt-5.6-luna"
AGENT_MODEL: str = "gpt-5.4-mini"
@property
def cors_origins_list(self) -> list[str]: