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