Skip to content

Commit 6d3755d

Browse files
chore: fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts (FlowiseAI#5437)
Fix typos in packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts
1 parent faf0a0a commit 6d3755d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/nodes/chatmodels/ChatHuggingFace/ChatHuggingFace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class ChatHuggingFace_ChatModels implements INode {
103103
type: 'string',
104104
rows: 4,
105105
placeholder: 'AI assistant:',
106-
description: 'Sets the stop sequences to use. Use comma to seperate different sequences.',
106+
description: 'Sets the stop sequences to use. Use comma to separate different sequences.',
107107
optional: true,
108108
additionalParams: true
109109
}

0 commit comments

Comments
 (0)