File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ mcp-agent uses two configuration files:
4040 args : ["-y", "@modelcontextprotocol/server-filesystem", "."]
4141
4242 openai :
43- default_model : gpt-4o
43+ default_model : gpt-5
4444 ` ` `
4545 </Step>
4646
@@ -102,7 +102,7 @@ mcp-agent uses two configuration files:
102102 ),
103103 openai=OpenAISettings(
104104 api_key="your-openai-api-key",
105- default_model="gpt-4o ",
105+ default_model="gpt-5 ",
106106 ),
107107 )
108108 ` ` `
268268<CodeGroup>
269269` ` ` yaml Config File
270270openai:
271- default_model: gpt-4o
271+ default_model: gpt-5
272272 max_tokens: 4096
273273 temperature: 0.7
274274` ` `
851851 args: ["mcp-server-fetch"]
852852
853853openai:
854- default_model: gpt-4o
854+ default_model: gpt-5
855855 reasoning_effort: "medium" # For o-series models: low, medium, high
856856 api_key: "${OPENAI_API_KEY}"
857857` ` `
900900
901901# Configure multiple providers
902902openai:
903- default_model: gpt-4o
903+ default_model: gpt-5
904904 api_key: "${OPENAI_API_KEY}"
905905
906906anthropic:
You can’t perform that action at this time.
0 commit comments