Updated chatmodel icons

This commit is contained in:
abhishekshankr
2023-12-18 03:22:36 -05:00
parent ffa964df16
commit 33cda28e2d
6 changed files with 14 additions and 3 deletions
@@ -21,7 +21,7 @@ class ChatOpenAI_ChatModels implements INode {
this.name = 'chatOpenAI'
this.version = 2.0
this.type = 'ChatOpenAI'
this.icon = 'openai.png'
this.icon = 'openai.svg'
this.category = 'Chat Models'
this.description = 'Wrapper around OpenAI large language models that use the Chat endpoint'
this.baseClasses = [this.type, ...getBaseClasses(ChatOpenAI)]