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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }