Skip to content

Commit ca74062

Browse files
authored
feat(openai): add model gpt-4-32k-0613 and gpt-3.5-turbo-16k
1 parent efbad86 commit ca74062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/openai/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ const providerOpenAI = () => {
3434
{ value: 'gpt-4-0613', label: 'gpt-4-0613' },
3535
{ value: 'gpt-4-32k', label: 'gpt-4-32k' },
3636
{ value: 'gpt-4-32k-0314', label: 'gpt-4-32k-0314' },
37+
{ value: 'gpt-4-32k-0613', label: 'gpt-4-32k-0613' },
3738
{ value: 'gpt-3.5-turbo-0301', label: 'gpt-3.5-turbo-0301' },
3839
{ value: 'gpt-3.5-turbo-0613', label: 'gpt-3.5-turbo-0613' },
40+
{ value: 'gpt-3.5-turbo-16k', label: 'gpt-3.5-turbo-16k' },
3941
],
4042
default: 'gpt-3.5-turbo',
4143
},

0 commit comments

Comments
 (0)