mirror of
https://github.com/dzhng/deep-research.git
synced 2026-03-22 16:07:17 +08:00
defaults to o3, will add better fallback for this in the future
This commit is contained in:
@@ -13,7 +13,7 @@ const openai = createOpenAI({
|
||||
baseURL: process.env.OPENAI_ENDPOINT || 'https://api.openai.com/v1',
|
||||
} as CustomOpenAIProviderSettings);
|
||||
|
||||
const customModel = process.env.OPENAI_MODEL || 'gpt-4o-mini';
|
||||
const customModel = process.env.OPENAI_MODEL || 'o3-mini';
|
||||
|
||||
// Models
|
||||
|
||||
|
||||
Reference in New Issue
Block a user