OpenAI icon indicating copy to clipboard operation
OpenAI copied to clipboard

Fix:The speed parameter type for the audioCreatSpeech request

Open qaz1991815 opened this issue 1 year ago • 1 comments

What

Change the speed parameter type of the audioCreatSpeech request from string to double

Why

The speed parameter of type string will render the request unusable and always return: {"error": {"message": "", "type": "shell-api_error", "param": "", "code": "invalid_json"}}

Affected Areas

AudioSpeechQuery

qaz1991815 avatar May 14 '24 01:05 qaz1991815