We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a2f37 commit 0a2cff0Copy full SHA for 0a2cff0
1 file changed
dev-demo/resources/adminuser.ts
@@ -195,10 +195,10 @@ export default {
195
new AdminForthAgent({
196
completionAdapter: new CompletionAdapterOpenAIChatGPT({
197
openAiApiKey: process.env.OPENAI_API_KEY as string,
198
- model: 'gpt-5',
+ model: 'gpt-5-mini',
199
}),
200
maxTokens: 10000,
201
- reasoning: 'high',
+ reasoning: 'none',
202
sessionResource: {
203
resourceId: 'sessions',
204
idField: 'id',
0 commit comments