mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user