[GH-ISSUE #13401] issue: Model random deactivation #16898

Closed
opened 2026-04-19 22:43:27 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @flefevre on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13401

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

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

  1. Launch Open WebUI (v0.6.4) with at least two private models available.

  2. Activate a private model (Model A) from the workspace.

  3. Observe that after a while, the model deactivates by itself.

  4. Click again on Model A; it sometimes opens another model (Model B).

  5. Repeat steps and observe inconsistent mapping and unexpected deactivations.

Logs & Screenshots

  • j

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?

Originally created by @flefevre on GitHub (May 1, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/13401 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### 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 1. Launch Open WebUI (v0.6.4) with at least two private models available. 2. Activate a private model (Model A) from the workspace. 3. Observe that after a while, the model deactivates by itself. 4. Click again on Model A; it sometimes opens another model (Model B). 5. Repeat steps and observe inconsistent mapping and unexpected deactivations. ### Logs & Screenshots - j ### 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?
GiteaMirror added the bug label 2026-04-19 22:43:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16898