-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingfixed in v1Issues addressed by the v1 betaIssues addressed by the v1 beta
Description
Describe the feature or improvement you're requesting
Audio transcription can be time intensive (and in my case also somewhat time critical). In certain cases the OpenAI API is taking 20+ seconds to process audio and with the currently library we have no way of timing out the call, potentially leaving a worker or thread hanging until resolved ungracefully (such as an overall network response timeout or worker timeout). As is this forces users to either reimplement the call in requests to get access to network timeouts or re-implement the timeout logic on top of this method call via threads or subprocesses.
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixed in v1Issues addressed by the v1 betaIssues addressed by the v1 beta