Skip to content

Commit 9b47e4a

Browse files
authored
feat(openai): add model gpt-3.5-turbo-16k-0613 (#82)
1 parent 7904c91 commit 9b47e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/openai/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const providerOpenAI = () => {
3838
{ value: 'gpt-3.5-turbo-0301', label: 'gpt-3.5-turbo-0301' },
3939
{ value: 'gpt-3.5-turbo-0613', label: 'gpt-3.5-turbo-0613' },
4040
{ value: 'gpt-3.5-turbo-16k', label: 'gpt-3.5-turbo-16k' },
41+
{ value: 'gpt-3.5-turbo-16k-0613', label: 'gpt-3.5-turbo-16k-0613' },
4142
],
4243
default: 'gpt-3.5-turbo',
4344
},

0 commit comments

Comments
 (0)