Skip to content

Commit

Permalink
feat(openai): add model gpt-4-32k-0613 and gpt-3.5-turbo-16k
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 authored Jun 14, 2023
1 parent efbad86 commit ca74062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/openai/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ const providerOpenAI = () => {
{ value: 'gpt-4-0613', label: 'gpt-4-0613' },
{ value: 'gpt-4-32k', label: 'gpt-4-32k' },
{ value: 'gpt-4-32k-0314', label: 'gpt-4-32k-0314' },
{ value: 'gpt-4-32k-0613', label: 'gpt-4-32k-0613' },
{ 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' },
],
default: 'gpt-3.5-turbo',
},
Expand Down

0 comments on commit ca74062

Please sign in to comment.