mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #131] feat: ollama-webui answer notification #27475
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 @Poulpatine on GitHub (Nov 23, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/131
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
I know that ollama should run on a GPU but it's not always the case.
When I use it, I may have to wait a bit of time before getting an answer.
Hence, an answer notification could be a good way to inform of the response.
Describe the solution you'd like
When focus is not on the tab where Ollama webui is running, a notification sent from the browser could remind an answer.
Describe alternatives you've considered
Other alternative is to keep the tab opened
Additional context
NA
@tjbck commented on GitHub (Nov 23, 2023):
Hi, Thanks for the suggestion! Sounds like a great idea, I'll implement this feature in the near future. Stay tuned!
@tjbck commented on GitHub (Dec 19, 2023):
The requested feature has been added with #215. Please try out the latest version, and let me know if you encounter any issues. Thanks!
@coder543 commented on GitHub (Jan 9, 2024):
iOS supports push notifications on PWAs that have been installed to the Home Screen, but this integration doesn’t seem to be working:
I have not denied the permission.