Update changes

This commit is contained in:
abhishekshankr 2023-12-21 12:04:17 -05:00
commit 45109622c3
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.svg'
this.icon = 'HuggingFace.png'
this.category = 'LLMs'
this.description = 'Wrapper around HuggingFace large language models'
this.baseClasses = [this.type, ...getBaseClasses(HuggingFaceInference)]