Skip to content

Commit

Permalink
add new gpt4 model
Browse files Browse the repository at this point in the history
  • Loading branch information
ninvfeng committed Feb 5, 2024
1 parent 1778106 commit 14825d6
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 @@ -33,6 +33,8 @@ const providerOpenAI = () => {
{ value: 'gpt-4-0314', label: 'gpt-4-0314' },
{ value: 'gpt-4-0613', label: 'gpt-4-0613' },
{ value: 'gpt-4-1106-preview', label: 'gpt-4-1106-preview' },
{ value: 'gpt-4-0125-preview', label: 'gpt-4-0125-preview' },
{ value: 'gpt-4-turbo-preview', label: 'gpt-4-turbo-preview' },
{ 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' },
Expand Down

0 comments on commit 14825d6

Please sign in to comment.