chore: fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts (#5437)
Fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts
This commit is contained in:
parent
faf0a0a315
commit
6d3755d16e
|
|
@ -103,7 +103,7 @@ class ChatHuggingFace_ChatModels implements INode {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
rows: 4,
|
rows: 4,
|
||||||
placeholder: 'AI assistant:',
|
placeholder: 'AI assistant:',
|
||||||
description: 'Sets the stop sequences to use. Use comma to seperate different sequences.',
|
description: 'Sets the stop sequences to use. Use comma to separate different sequences.',
|
||||||
optional: true,
|
optional: true,
|
||||||
additionalParams: true
|
additionalParams: true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue