move modelName out from additional parameter

This commit is contained in:
chungyau97 2023-05-20 10:19:51 +07:00
parent 9796f07520
commit ed82fca2a2
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ class HuggingFaceInferenceEmbedding_Embeddings implements INode {
label: 'Model', label: 'Model',
name: 'modelName', name: 'modelName',
type: 'string', type: 'string',
optional: true, optional: true
additionalParams: true
} }
] ]
} }