mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-12 19:13:34 -05:00
[GH-ISSUE #6197] Hidden models are still showing in Settings/Interface for selecting default model.
#117588
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 @kevinleeex on GitHub (Oct 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6197
Bug Report
Installation Method
npm run devfor front-end, and run./dev.shfor back-end.Environment
Open WebUI Version: v0.3.32
Ollama (if applicable): does not apply.
Operating System: macOS Sonoma 14.6.1
Browser (if applicable): does not apply.
Confirmation:
Expected Behavior:
Those models which are opted as hidden should not be presented to users at any place.
Actual Behavior:
Those models which are hidden by admin in Workplace are still presenting in
Settings/Interfacewhen selecting the default model.Description
Bug Summary:
Those models which are opted as hidden should not be presented to users at any place.
Reproduction Details
Steps to Reproduce:
admin, go to Workspace and hide some of your ollama models.Logs and Screenshots
Screenshots/Screen Recordings (if applicable):

Mark two models as hidden
These two models are still presenting to users when selecting a default model.
These two models are hidden in the home chat view, which is considered as expected.
Additional Information
I'll raise a PR to resolve the issue, please help review, thank you!
@tjbck commented on GitHub (Oct 15, 2024):
This is an expected behaviour, they're only hidden from the selector and they're still usable for the admins.