mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Update icons
This commit is contained in:
@@ -20,7 +20,7 @@ class ChatHuggingFace_ChatModels implements INode {
|
||||
this.name = 'chatHuggingFace'
|
||||
this.version = 2.0
|
||||
this.type = 'ChatHuggingFace'
|
||||
this.icon = 'huggingface.png'
|
||||
this.icon = 'HuggingFace.svg'
|
||||
this.category = 'Chat Models'
|
||||
this.description = 'Wrapper around HuggingFace large language models'
|
||||
this.baseClasses = [this.type, 'BaseChatModel', ...getBaseClasses(HuggingFaceInference)]
|
||||
|
||||
Reference in New Issue
Block a user