mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Updated chatmodel icons
This commit is contained in:
@@ -21,7 +21,7 @@ class ChatOpenAICustom_ChatModels implements INode {
|
||||
this.name = 'chatOpenAICustom'
|
||||
this.version = 2.0
|
||||
this.type = 'ChatOpenAI-Custom'
|
||||
this.icon = 'openai.png'
|
||||
this.icon = 'openai.svg'
|
||||
this.category = 'Chat Models'
|
||||
this.description = 'Custom/FineTuned model using OpenAI Chat compatible API'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(ChatOpenAI)]
|
||||
|
||||
Reference in New Issue
Block a user