Fix file extension

This commit is contained in:
abhishekshankr 2023-12-21 12:04:48 -05:00
parent 45109622c3
commit 8cf34dfda8
1 changed files with 1 additions and 1 deletions

View File

@ -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)]