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:
Devin AI
2025-02-05 12:32:41 +00:00
parent 3e2cb952f1
commit 31fa48d7f3

View File

@@ -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: {