mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[GH-ISSUE #14999] issue: External model tag missing from model dropdown when Ollama is not running
#17436
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 @silentoplayz on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14999
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
v0.9.0
Operating System
Edition: Windows 11 Pro | Version: 24H2 | OS Build: 26100.4351 | Windows Feature Experience Pack: 1000.26100.107.0
Browser (if applicable)
LibreWolf v135.0.1-1 (Firefox)
Confirmation
README.md.Expected Behavior
The
Externalmodel tag should consistently be displayed in the model dropdown when an external connection has been added to Open WebUI and is toggled on, regardless of whetherOllamais currently running or not. This tag indicates the type of model source, which is independent of Ollama's runtime status.Actual Behavior
When Ollama is stopped, the
Externaltag disappears from the model dropdown for any connections that are configured asExternal. This makes it harder to distinguish external models from local Ollama models based on their source type, leading to possible confusion.Steps to Reproduce
N/A
Logs & Screenshots
With

Ollamarunning:Without
****
Ollamarunning: (theExternaltag is gone)@tjbck commented on GitHub (Jun 16, 2025):
This was an intended behaviour but should be addressed with
f5d250820b@silentoplayz commented on GitHub (Jun 16, 2025):
I can confirm this commit addresses the reported behavior. I did not know the behavior was intended, but nonetheless, I thank you for taking the time and dedication towards addressing this issue as if it were a bug.