openai / openai-openapi

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

Fix missing translations response_format enum #331

Closed RobertCraigie closed 1 month ago

RobertCraigie commented 1 month ago

This results in the generated SDKs just using str which I don't think is intentional - https://github.com/openai/openai-python/blob/89e5a010b22136f0f16eff5ec33105f4d3e273eb/src/openai/resources/audio/translations.py#L54