Skip to content

Commit 0a2cff0

Browse files
committed
fix: update OpenAI model and reasoning settings in AdminForthAgent
1 parent 83a2f37 commit 0a2cff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-demo/resources/adminuser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ export default {
195195
new AdminForthAgent({
196196
completionAdapter: new CompletionAdapterOpenAIChatGPT({
197197
openAiApiKey: process.env.OPENAI_API_KEY as string,
198-
model: 'gpt-5',
198+
model: 'gpt-5-mini',
199199
}),
200200
maxTokens: 10000,
201-
reasoning: 'high',
201+
reasoning: 'none',
202202
sessionResource: {
203203
resourceId: 'sessions',
204204
idField: 'id',

0 commit comments

Comments
 (0)