mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
bug: whisper processing is not local? #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jannikstdl on GitHub (Feb 12, 2024).
Bug Report
Description
Bug Summary:
If you user whisper and turn of the internet connection it wont work.
Steps to Reproduce:
Turn off internet connection and try voice input with whisper.
Expected Behavior:
I don't know if this is as expected but in the settings its named "Whisper (Local)", so it should be working without internet since you can implement that with whisper.
Actual Behavior:
Does nothing, if you turn internet on and wait a few seconds the words you saind during offline time appear.
Environment
Confirmation:
@justinh-rahb commented on GitHub (Feb 12, 2024):
The local Whisper mode does require internet at least for the first attempt to use it because it does not download the model until then. Try again now that you have and report back please.
@tjbck commented on GitHub (Feb 13, 2024):
As @justinh-rahb mentioned, the bug you describe is the expected behaviour. Feel free to make a PR if you manage to find a way to embed the whisper model to the container image, Thanks!