Call openai.Audio.transcribe(‘model_name’, bytes, prompt=language_prompt, response_format=’verbose_json’) with timeout
Is it possible to call the OpenAI speech to text API in Python with a timeout so if it doesn’t respond within the timeout the call is cancelled? The call has the following signature: