update cahtopenai version

This commit is contained in:
chungyau97
2024-02-21 11:46:26 +08:00
parent 38fedc2795
commit 73f1132544
33 changed files with 42 additions and 42 deletions
@@ -19,7 +19,7 @@ class ChatOpenAI_ChatModels implements INode {
constructor() {
this.label = 'ChatOpenAI'
this.name = 'chatOpenAI'
this.version = 3.0
this.version = 4.0
this.type = 'ChatOpenAI'
this.icon = 'openai.svg'
this.category = 'Chat Models'