mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Update ChatOpenAI.ts
This commit is contained in:
@@ -47,6 +47,14 @@ class ChatOpenAI_ChatModels implements INode {
|
|||||||
label: 'gpt-4',
|
label: 'gpt-4',
|
||||||
name: 'gpt-4'
|
name: 'gpt-4'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'gpt-4-turbo-preview',
|
||||||
|
name: 'gpt-4-turbo-preview'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'gpt-4-0125-preview',
|
||||||
|
name: 'gpt-4-0125-preview'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'gpt-4-1106-preview',
|
label: 'gpt-4-1106-preview',
|
||||||
name: 'gpt-4-1106-preview'
|
name: 'gpt-4-1106-preview'
|
||||||
|
|||||||
Reference in New Issue
Block a user