Updating default OpenAI model

Updating OpenAI model to gpt-4.1-mini which has a 1M context window
This commit is contained in:
Andrew Hoh
2025-04-16 16:00:59 -04:00
committed by GitHub
parent 00aabd5afa
commit c03db56f40

View File

@@ -17,5 +17,4 @@ mcp:
openai:
# Secrets (API keys, etc.) are stored in an mcp_agent.secrets.yaml file which can be gitignored
# default_model: "o3-mini"
default_model: "gpt-4o-mini"
default_model: "gpt-4.1-mini-2025-04-14"