-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Transcribe audio execution takes too long and causes failure. #151
Comments
Have you tried changing the "Request timeout" admin setting? Even if it is in the "Text generation" section, it applies to transcription as well. |
The worker needs to be restarted after changing the request timeout value. Are you sure it restarted at least once after you changed the timeout value and before you launched a new transcription task? |
Yes, I restarted the worker and nextcloud after the settings were completed.
No matter how the above is tested, the timeout is usually 5 minutes. |
The error in your logs shows the timeout of the HTTP client (in integration_openai) is not reached but the peer (the server it reaches) ends the connection. So it looks like there is a timeout on the receiving end. Are you using a proxy to reach LocalAI? |
After removing the proxy settings, it looks normal. |
Which version of assistant are you using?
2.1.1
Which version of Nextcloud are you using?
30.0.1
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Chrome 130.0.6723.60
Describe the Bug
Upload a voice file of about 25m (voice length is about 1 hour) and send it to localai for conversion. It will show failure after about 5 minutes, but localai is still running, and the results will not be available until about 10 minutes. Can we modify the waiting time?
Expected Behavior
Wait until the task is completed and return the results
To Reproduce
The text was updated successfully, but these errors were encountered: