mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #7929] Bug: Configure model panel does not show newly enabled (or hide just disabled) models until refresh #14931
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 @i0ntempest on GitHub (Dec 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7929
Bug Report
Installation Method
Barebone pip
Environment
Open WebUI Version: 0.4.8
Ollama (if applicable): 0.5.3
Operating System: macOS 15.2
Browser (if applicable): Safari 18.2
Confirmation:
Expected Behavior:
Configure model panel (where one reorders models) should show all and only show enabled models.
Actual Behavior:
Configure model panel does not show newly enabled (or hide just disabled) models until the page is refreshed.
Description
Bug Summary:
See above
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):
N/A
If needed I can produce a screen recording.
Additional Information
N/A
@tjbck commented on GitHub (Dec 18, 2024):
This probably has something to do with the model list caching logic, should be somewhat addressed in dev. Testing wanted here!
@i0ntempest commented on GitHub (Dec 18, 2024):
Yup, latest dev does not have this problem.