Skip to content

Commit d502879

Browse files
committed
defaults to o3, will add better fallback for this in the future
1 parent 55e5c1e commit d502879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/providers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const openai = createOpenAI({
1313
baseURL: process.env.OPENAI_ENDPOINT || 'https://api.openai.com/v1',
1414
} as CustomOpenAIProviderSettings);
1515

16-
const customModel = process.env.OPENAI_MODEL || 'gpt-4o-mini';
16+
const customModel = process.env.OPENAI_MODEL || 'o3-mini';
1717

1818
// Models
1919

0 commit comments

Comments
 (0)