Skip to content

Commit

Permalink
feat(openai): add model gpt-3.5-turbo-16k-0613
Browse files Browse the repository at this point in the history
  • Loading branch information
LyuLumos committed Jul 7, 2023
1 parent 7904c91 commit 159c518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/openai/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const providerOpenAI = () => {
{ value: 'gpt-3.5-turbo-0301', label: 'gpt-3.5-turbo-0301' },
{ value: 'gpt-3.5-turbo-0613', label: 'gpt-3.5-turbo-0613' },
{ value: 'gpt-3.5-turbo-16k', label: 'gpt-3.5-turbo-16k' },
{ value: 'gpt-3.5-turbo-16k-0613', label: 'gpt-3.5-turbo-16k-0613' },
],
default: 'gpt-3.5-turbo',
},
Expand Down

0 comments on commit 159c518

Please sign in to comment.