Add gpt-3.5-turbo-0125 to ChatOpenAI.ts

This commit is contained in:
Rafael Reis
2024-02-01 16:19:30 -03:00
committed by GitHub
parent 48677c33cc
commit 1522acbf5a
@@ -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'