You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried the example (whisper_stt.py), I got the following error:
Error code: 400 - {'error': {'message': "Invalid file format. Supported formats: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']", 'type': 'invalid_request_error', 'param': None, 'code': None}}
Since I did not make any changes to the example, I don't understand why I got this error. The error message seems to incite that the file format is not supported, but the example code used "webm" and it is one of the supported formats.
Am I missing something?
The text was updated successfully, but these errors were encountered:
When I tried the example (whisper_stt.py), I got the following error:
Error code: 400 - {'error': {'message': "Invalid file format. Supported formats: ['flac', 'm4a', 'mp3', 'mp4', 'mpeg', 'mpga', 'oga', 'ogg', 'wav', 'webm']", 'type': 'invalid_request_error', 'param': None, 'code': None}}
Since I did not make any changes to the example, I don't understand why I got this error. The error message seems to incite that the file format is not supported, but the example code used "webm" and it is one of the supported formats.
Am I missing something?
The text was updated successfully, but these errors were encountered: