Fix file extension
This commit is contained in:
parent
45109622c3
commit
8cf34dfda8
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue