move modelName out from additional parameter
This commit is contained in:
parent
9796f07520
commit
ed82fca2a2
|
|
@ -30,8 +30,7 @@ class HuggingFaceInferenceEmbedding_Embeddings implements INode {
|
|||
label: 'Model',
|
||||
name: 'modelName',
|
||||
type: 'string',
|
||||
optional: true,
|
||||
additionalParams: true
|
||||
optional: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue