We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf0a0a commit 6d3755dCopy full SHA for 6d3755d
packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts
@@ -103,7 +103,7 @@ class ChatHuggingFace_ChatModels implements INode {
103
type: 'string',
104
rows: 4,
105
placeholder: 'AI assistant:',
106
- 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.',
107
optional: true,
108
additionalParams: true
109
}
0 commit comments