Skip to content

Commit

Permalink
feat: support GPT-4o (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 13, 2024
1 parent 4e97c74 commit 306f528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/engines/abstract-openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export abstract class AbstractOpenAI extends AbstractEngine {
{ name: 'gpt-3.5-turbo-16k', id: 'gpt-3.5-turbo-16k' },
{ name: 'gpt-3.5-turbo-16k-0613', id: 'gpt-3.5-turbo-16k-0613' },
{ name: 'gpt-4', id: 'gpt-4' },
{ name: 'gpt-4-turbo (recommended)', id: 'gpt-4-turbo' },
{ name: 'gpt-4o (recommended)', id: 'gpt-4o' },
{ name: 'gpt-4-turbo', id: 'gpt-4-turbo' },
{ name: 'gpt-4-turbo-2024-04-09', id: 'gpt-4-turbo-2024-04-09' },
{ name: 'gpt-4-turbo-preview', id: 'gpt-4-turbo-preview' },
{ name: 'gpt-4-0125-preview ', id: 'gpt-4-0125-preview' },
Expand Down

0 comments on commit 306f528

Please sign in to comment.