mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
bugfix: change field to be optional (#4446)
fix: make customModelName field as optional
This commit is contained in:
@@ -99,7 +99,8 @@ class GoogleVertexAI_ChatModels implements INode {
|
||||
type: 'string',
|
||||
placeholder: 'gemini-1.5-pro-exp-0801',
|
||||
description: 'Custom model name to use. If provided, it will override the model selected',
|
||||
additionalParams: true
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
label: 'Temperature',
|
||||
|
||||
Reference in New Issue
Block a user