Skip to content

Commit fff01f1

Browse files
committed
fix: update model version to gpt-5.4-mini in AdminForthAgent configuration
1 parent a07c6e5 commit fff01f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-demo/resources/adminuser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default {
195195
new AdminForthAgent({
196196
completionAdapter: new CompletionAdapterOpenAIChatGPT({
197197
openAiApiKey: process.env.OPENAI_API_KEY as string,
198-
model: 'gpt-5-mini',
198+
model: 'gpt-5.4-mini',
199199
}),
200200
maxTokens: 10000,
201201
reasoning: 'none',

0 commit comments

Comments
 (0)