Skip to content

Commit

Permalink
Merge pull request #257 from openai/landakram/gpt-4o
Browse files Browse the repository at this point in the history
Add gpt-4o
  • Loading branch information
landakram authored May 13, 2024
2 parents 72a1d94 + 49cf3ae commit eba4279
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7788,6 +7788,8 @@ components:
- type: string
enum:
[
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-turbo",
"gpt-4-turbo-2024-04-09",
"gpt-4-0125-preview",
Expand Down Expand Up @@ -9796,6 +9798,8 @@ components:
- type: string
enum:
[
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-turbo",
"gpt-4-turbo-2024-04-09",
"gpt-4-0125-preview",
Expand Down Expand Up @@ -10380,6 +10384,8 @@ components:
- type: string
enum:
[
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-turbo",
"gpt-4-turbo-2024-04-09",
"gpt-4-0125-preview",
Expand Down Expand Up @@ -10584,6 +10590,8 @@ components:
- type: string
enum:
[
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4-turbo",
"gpt-4-turbo-2024-04-09",
"gpt-4-0125-preview",
Expand Down

0 comments on commit eba4279

Please sign in to comment.