Use Responses API with Luna by default

This commit is contained in:
Carlos Escalante
2026-07-14 21:48:54 -06:00
parent b57a899634
commit 301a0b687a
7 changed files with 23 additions and 7 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.4-mini"
AGENT_MODEL: str = "gpt-5.6-luna"
@property
def cors_origins_list(self) -> list[str]: