mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Fix file extension
This commit is contained in:
@@ -20,7 +20,7 @@ class HuggingFaceInference_LLMs implements INode {
|
||||
this.name = 'huggingFaceInference_LLMs'
|
||||
this.version = 2.0
|
||||
this.type = 'HuggingFaceInference'
|
||||
this.icon = 'HuggingFace.png'
|
||||
this.icon = 'HuggingFace.svg'
|
||||
this.category = 'LLMs'
|
||||
this.description = 'Wrapper around HuggingFace large language models'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(HuggingFaceInference)]
|
||||
|
||||
Reference in New Issue
Block a user