mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Merge pull request #1660 from raffareis/chore/add-gpt-3.5-0125
Add newly-released gpt-3.5-turbo-0125 to ChatOpenAI
This commit is contained in:
@@ -79,6 +79,10 @@ class ChatOpenAI_ChatModels implements INode {
|
|||||||
label: 'gpt-3.5-turbo',
|
label: 'gpt-3.5-turbo',
|
||||||
name: 'gpt-3.5-turbo'
|
name: 'gpt-3.5-turbo'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'gpt-3.5-turbo-0125',
|
||||||
|
name: 'gpt-3.5-turbo-0125'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'gpt-3.5-turbo-1106',
|
label: 'gpt-3.5-turbo-1106',
|
||||||
name: 'gpt-3.5-turbo-1106'
|
name: 'gpt-3.5-turbo-1106'
|
||||||
|
|||||||
Reference in New Issue
Block a user