From 49cf3ae642cd7d04a1203b2030affbf9bfa0039d Mon Sep 17 00:00:00 2001 From: Mark Hudnall Date: Mon, 13 May 2024 10:35:25 -0700 Subject: [PATCH] Add gpt-4o --- openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 48c5e98f..9b953b00 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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", @@ -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", @@ -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", @@ -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",