mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(Gemini Vertex Node): Upgrading Langchain/google-vertexai to allow errors to bubble up correctly (#19639)
This commit is contained in:
@@ -88,7 +88,7 @@ export class LmChatGoogleVertex implements INodeType {
|
||||
type: 'string',
|
||||
description:
|
||||
'The model which will generate the completion. <a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models">Learn more</a>.',
|
||||
default: 'gemini-1.5-flash',
|
||||
default: 'gemini-2.5-flash',
|
||||
},
|
||||
additionalOptions,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user