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',
|
label: 'Model',
|
||||||
name: 'modelName',
|
name: 'modelName',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: true,
|
optional: true
|
||||||
additionalParams: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue