feat: Update default Gemini model to gemini-2.5-flash (#16651)

This commit is contained in:
Eugene
2025-06-25 13:25:31 +02:00
committed by GitHub
parent 781b680f2a
commit 3f6eef1706
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ describe('imageUtils', () => {
// Mock a Google model - using our mocked class
mockContext.getInputConnectionData.mockResolvedValue(
new ChatGoogleGenerativeAI({
model: 'gemini-1.0-pro',
model: 'gemini-2.5-flash',
}),
);

View File

@@ -118,7 +118,7 @@ export class LmChatGoogleGemini implements INodeType {
property: 'model',
},
},
default: 'models/gemini-1.0-pro',
default: 'models/gemini-2.5-flash',
},
additionalOptions,
],