Skip to content

Commit

Permalink
Merge pull request anse-app#131 from ninvfeng/add_gpt4model
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Feb 5, 2024
2 parents 1778106 + 14825d6 commit 48a127b
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 48a127b

Please sign in to comment.