Update icons

This commit is contained in:
abhishekshankr
2023-12-21 12:00:14 -05:00
parent 1c299af26b
commit d8af8ccb09
71 changed files with 116 additions and 248 deletions
@@ -22,7 +22,7 @@ class Ollama_LLMs implements INode {
this.name = 'ollama'
this.version = 2.0
this.type = 'Ollama'
this.icon = 'ollama.png'
this.icon = 'Ollama.svg'
this.category = 'LLMs'
this.description = 'Wrapper around open source large language models on Ollama'
this.baseClasses = [this.type, ...getBaseClasses(Ollama)]