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:
Lê Nam Khánh
2025-11-07 18:29:44 +07:00
committed by GitHub
parent faf0a0a315
commit 6d3755d16e
@@ -103,7 +103,7 @@ class ChatHuggingFace_ChatModels implements INode {
type: 'string',
rows: 4,
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,
additionalParams: true
}