mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13401] issue: Model random deactivation #16898
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 @flefevre on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13401
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.4
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
Private models should remain active once selected unless explicitly deactivated.
Clicking on a specific model (e.g., Model A) should open the correct associated model view.
Actual Behavior
• A private model that was previously activated can become deactivated randomly without user action.
• In some cases, clicking on one model (e.g., Model A) results in opening a different model (e.g., Model B), as if the internal index or reference is mismatched.
Steps to Reproduce
Launch Open WebUI (v0.6.4) with at least two private models available.
Activate a private model (Model A) from the workspace.
Observe that after a while, the model deactivates by itself.
Click again on Model A; it sometimes opens another model (Model B).
Repeat steps and observe inconsistent mapping and unexpected deactivations.
Logs & Screenshots
Additional Information
This issue appears to relate to either a problem in how model references are stored or a misalignment in indices when switching between models. It does not appear to affect public models the same way.
I have almost 150 assistants models, with perhaps 50 that's have been deleted. so perhaps there is a bug in the management of indice/references?