Skip to content

Commit

Permalink
feat: update gpt4o model in playground (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Oct 23, 2024
1 parent 11d0b6a commit dff45ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/models.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const MODELS = [
{
id: "gpt-4o-2024-08-06",
id: "gpt-4o",
name: "gpt-4o",
provider: "openai",
},
Expand Down

0 comments on commit dff45ca

Please sign in to comment.