update embeddings and marketplace templates

This commit is contained in:
Henry
2024-01-27 00:52:23 +00:00
parent c1767f302d
commit a711e21ac7
37 changed files with 1143 additions and 88 deletions
@@ -19,7 +19,7 @@ class ChatOpenAI_ChatModels implements INode {
constructor() {
this.label = 'ChatOpenAI'
this.name = 'chatOpenAI'
this.version = 2.0
this.version = 3.0
this.type = 'ChatOpenAI'
this.icon = 'openai.svg'
this.category = 'Chat Models'