mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: update model names to valid ones (gemini-pro and gpt-3.5-turbo)
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
This commit is contained in:
@@ -43,12 +43,12 @@ export const aiConfig: AIConfig = {
|
||||
providers: {
|
||||
gemini: {
|
||||
type: 'gemini',
|
||||
model: 'gemini-flash-1.5', // Updated to correct model name
|
||||
model: 'gemini-pro',
|
||||
temperature: 0
|
||||
},
|
||||
openai: {
|
||||
type: 'openai',
|
||||
model: 'gpt4o-mini', // Updated to correct model name
|
||||
model: 'gpt-3.5-turbo',
|
||||
temperature: 0
|
||||
},
|
||||
ollama: {
|
||||
|
||||
Reference in New Issue
Block a user