Skip to content

Commit cb304b9

Browse files
Update openai model to gpt5 (lastmile-ai#552)
1 parent 644c8b2 commit cb304b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
```
@@ -268,7 +268,7 @@ mcp:
268268
<CodeGroup>
269269
```yaml Config File
270270
openai:
271-
default_model: gpt-4o
271+
default_model: gpt-5
272272
max_tokens: 4096
273273
temperature: 0.7
274274
```
@@ -851,7 +851,7 @@ mcp:
851851
args: ["mcp-server-fetch"]
852852
853853
openai:
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
```
@@ -900,7 +900,7 @@ mcp:
900900
901901
# Configure multiple providers
902902
openai:
903-
default_model: gpt-4o
903+
default_model: gpt-5
904904
api_key: "${OPENAI_API_KEY}"
905905
906906
anthropic:

0 commit comments

Comments
 (0)