Update changes
This commit is contained in:
commit
45109622c3
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue