mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Update default Gemini model to gemini-2.5-flash (#16651)
This commit is contained in:
@@ -191,7 +191,7 @@ describe('imageUtils', () => {
|
|||||||
// Mock a Google model - using our mocked class
|
// Mock a Google model - using our mocked class
|
||||||
mockContext.getInputConnectionData.mockResolvedValue(
|
mockContext.getInputConnectionData.mockResolvedValue(
|
||||||
new ChatGoogleGenerativeAI({
|
new ChatGoogleGenerativeAI({
|
||||||
model: 'gemini-1.0-pro',
|
model: 'gemini-2.5-flash',
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ export class LmChatGoogleGemini implements INodeType {
|
|||||||
property: 'model',
|
property: 'model',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: 'models/gemini-1.0-pro',
|
default: 'models/gemini-2.5-flash',
|
||||||
},
|
},
|
||||||
additionalOptions,
|
additionalOptions,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user