Skip to content

Commit 33c10e1

Browse files
E8-T1: Fix DefaultModel to match DeploymentName in appsettings
Co-authored-by: dylan-mccarthy <[email protected]>
1 parent 8beedca commit 33c10e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node.Runtime/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ValidateCertificateChain": true
3131
},
3232
"AgentRuntime": {
33-
"DefaultModel": "gpt-5-mini",
33+
"DefaultModel": "gpt-4o-mini",
3434
"DefaultTemperature": 0.7,
3535
"MaxTokens": 4000,
3636
"MaxDurationSeconds": 60,

0 commit comments

Comments
 (0)