bugfix: change field to be optional (#4446)

fix: make customModelName field as optional
This commit is contained in:
k-santos 2025-05-18 07:16:08 -03:00 committed by GitHub
parent cd36924bf4
commit 9170cac58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ class GoogleVertexAI_ChatModels implements INode {
type: 'string', type: 'string',
placeholder: 'gemini-1.5-pro-exp-0801', placeholder: 'gemini-1.5-pro-exp-0801',
description: 'Custom model name to use. If provided, it will override the model selected', description: 'Custom model name to use. If provided, it will override the model selected',
additionalParams: true additionalParams: true,
optional: true
}, },
{ {
label: 'Temperature', label: 'Temperature',