Updated embeddings and llm icons

This commit is contained in:
abhishekshankr
2023-12-18 03:30:07 -05:00
parent 4b8ebd494a
commit c079781d18
15 changed files with 24 additions and 5 deletions
@@ -21,7 +21,7 @@ class OpenAI_LLMs implements INode {
this.name = 'openAI'
this.version = 3.0
this.type = 'OpenAI'
this.icon = 'openai.png'
this.icon = 'openai.svg'
this.category = 'LLMs'
this.description = 'Wrapper around OpenAI large language models'
this.baseClasses = [this.type, ...getBaseClasses(OpenAI)]