Updating default OpenAI model
Updating OpenAI model to gpt-4.1-mini which has a 1M context window
This commit is contained in:
parent
00aabd5afa
commit
c03db56f40
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue