Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResponseFormat wrongfully serialized #452

Closed
LucasEDT opened this issue Dec 9, 2023 · 1 comment · Fixed by #456
Closed

ResponseFormat wrongfully serialized #452

LucasEDT opened this issue Dec 9, 2023 · 1 comment · Fixed by #456
Assignees
Labels
bug Something isn't working Ready for next version This issue solved and waiting for next release
Milestone

Comments

@LucasEDT
Copy link

LucasEDT commented Dec 9, 2023

Describe the bug
On AudioCreateSpeechRequest.cs line 31

image

while on the api we have

image

It will silently give you an MP3 file back instead of any other type you request. Which super sucks..

Changing to this fix the issue:

image

I was going to open a PR but I don't have permission :-)

Please fix it soon! thanks!

@kayhantolga kayhantolga self-assigned this Dec 9, 2023
@kayhantolga kayhantolga added the bug Something isn't working label Dec 9, 2023
@kayhantolga kayhantolga added this to the 7.4.3 milestone Dec 9, 2023
@kayhantolga kayhantolga added the Ready for next version This issue solved and waiting for next release label Dec 9, 2023
@kayhantolga
Copy link
Member

Thank you for reporting. A fix is ready for the next version, and there are no special permission restrictions. You should be able to create a pull request (PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ready for next version This issue solved and waiting for next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants