openai / openai-openapi

OpenAPI specification for the OpenAI API
https://platform.openai.com/docs/api-reference/introduction
MIT License
1.26k stars 369 forks source link

The model `gpt-4o-2024-08-06` is mentioned twice in the respective enums #359

Open atacan opened 4 hours ago

atacan commented 4 hours ago

in many of the schemas' model property.

For example CreateChatCompletionResponse, CreateRunRequest, etc.

benadamdev commented 4 hours ago

I sent them a pull request specifically for this, but they didn’t merge it. On Oct 27, 2024, at 14:38, atacan @.***> wrote: in many of the schemas' model property. For example CreateChatCompletionResponse, CreateRunRequest, etc.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

BruceMcRooster commented 2 hours ago

Seconding this as an issue. Just had to remove those duplicates to use the Swift OpenAPI generator without erroring out because of duplicate enums.