mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12792] issue: Bug where models disabled in Admin panel still shows up somehow #32246
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 @jamesyc on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12792
Check Existing Issues
Installation Method
Docker
Open WebUI Version
latest dev branch
Ollama Version (if applicable)
No response
Operating System
macos sonoma latest
Browser (if applicable)
chrome and firefox latest
Confirmation
README.md.Expected Behavior
Issue has been ongoing for a while. I added the openrouter api as an openai compatible endpoint in the admin console, turned off most of the endpoints, and i expect them to not show up if turned off in the admin dashboard
Actual Behavior
However, some endpoints that are turned off in the admin dashboard still show up in the settings and the dropdown. Notice how "QwQ 32B Preview" is supposed to be turned off but is still showing:
Note, i spun up a brand new docker instance (with the latest dev build) on a different server to test this.
Steps to Reproduce
Logs & Screenshots
I exported the list of models, and the is_active is set to False correctly when exported. Not sure why it's still showing.
models-export-1744506439680.json
Additional Information
No response
@tjbck commented on GitHub (Apr 13, 2025):
Please check for existing issues/disucssions before creating one.
#11508