Skip to content

Commit

Permalink
feat: add gpt-4o-2024-05-13 to playground (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Sep 15, 2024
1 parent 72e6ca4 commit f07a845
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shared/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export const MODELS = [
{ id: "gpt-4-1106-preview", name: "gpt-4-1106-preview", provider: "openai" },
{ id: "gpt-4-0125-preview", name: "gpt-4-0125-preview", provider: "openai" },
{ id: "gpt-4", name: "gpt-4", provider: "openai" },
{
id: "gpt-4o-2024-05-13",
name: "gpt-4o-2024-05-13",
provider: "openai",
},
{
id: "gpt-4-vision-preview",
name: "gpt-4-vision-preview",
Expand Down

0 comments on commit f07a845

Please sign in to comment.