We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The speech api implementation is not up to date. It doesn’t yet support the new Output formats like WAV openai/openai-openapi#202
https://github.com/openai/openai-python/blob/a7115b5f33acd27326e5f78e19beb0d73bd3268e/src/openai/types/audio/speech_create_params.py#L29
macOS
v3.11.3
v1.13.2
The text was updated successfully, but these errors were encountered:
This is strange. I have been using client.audio.speech.with_streaming_response.create() with the response_format= "wav" without any issues.
client.audio.speech.with_streaming_response.create()
response_format= "wav"
openai package v1.8.0 python version 3.11.7
Sorry, something went wrong.
This is done: #1189
No branches or pull requests
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
The speech api implementation is not up to date.
It doesn’t yet support the new Output formats like WAV
openai/openai-openapi#202
To Reproduce
Code snippets
OS
macOS
Python version
v3.11.3
Library version
v1.13.2
The text was updated successfully, but these errors were encountered: