Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekshankr committed Dec 21, 2023
2 parents d8af8cc + d67cf33 commit 4510962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 4510962

Please sign in to comment.