mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
there should be a strong visual indication in the ui that ollama is not accessible to open webui #2370
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 @emaayan on GitHub (Oct 13, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
I recently spent an hour trying to figure how come none of my models are visible to open webui.
after googling posts, searching through issues, re-installing, I've finally figured that ollama simply isn't reachable to open webui
a lot of the steps in https://github.com/open-webui/open-webui/discussions/803 could have been shortened if such a message would have been displayed upfront and center.
(turns out the IP given the open-ui container /etc/hosts file 172.17.0.1 was of docker0, not sure if this is a WSL issue or something else)
Describe the solution you'd like
if the fronted would simply display message that specify all the endpoints that are configured are not reachable or not responding
and disable the new chat option (cause who will you chat with?) it would easier to troubleshoot