Skip to content

Commit

Permalink
feat(openai): add model gpt-4-0613 and gpt-3.5-turbo-0613
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 authored Jun 14, 2023
1 parent 0337e82 commit efbad86
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 @@ -31,9 +31,11 @@ const providerOpenAI = () => {
{ value: 'gpt-3.5-turbo', label: 'gpt-3.5-turbo' },
{ value: 'gpt-4', label: 'gpt-4' },
{ value: 'gpt-4-0314', label: 'gpt-4-0314' },
{ 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-3.5-turbo-0301', label: 'gpt-3.5-turbo-0301' },
{ value: 'gpt-3.5-turbo-0613', label: 'gpt-3.5-turbo-0613' },
],
default: 'gpt-3.5-turbo',
},
Expand Down

0 comments on commit efbad86

Please sign in to comment.