Skip to content

Commit 8368562

Browse files
committed
upgrade the model to o4-mini-2025-04-16
1 parent c607fa3 commit 8368562

File tree

5 files changed

+235
-131
lines changed

5 files changed

+235
-131
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const DEFAULT_CONFIG = {
88

99
// OpenAI settings
1010
openai: {
11-
model: "gpt-4o",
11+
model: "o4-mini-2025-04-16",
1212
temperature: 1,
1313
maxTokens: 2000,
1414
},

0 commit comments

Comments
 (0)