mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7902] Disabled Models Still Appear While Enabled Models Disappear in Model Selection #14925
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 @honwei189 on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7902
Description:
When I disable specific OpenRouter models (e.g., those with the same name but with a suffix like "(free)" or ":free") under Admin -> Settings > Model, I encounter an issue where the disabled models still appear in the model selection list when starting a new chat, while the enabled models disappear. (file attached below)
For example:
Meta: Llama 3.1 70B Instruct(Model ID:meta-llama/llama-3.1-70b-instruct)Meta: Llama 3.1 70B Instruct (free)(Model ID:meta-llama/llama-3.1-70b-instruct:free)Meta: Llama 3.1 70B Instruct, and then open a new chat, the model list incorrectly displaysMeta: Llama 3.1 70B Instruct(the disabled model) while omittingMeta: Llama 3.1 70B Instruct (free)(the enabled model).Steps to Reproduce:
Meta: Llama 3.1 70B Instruct.Meta: Llama 3.1 70B Instruct (free).Expected Behavior:
Meta: Llama 3.1 70B Instruct) should not appear in the model selection list.Meta: Llama 3.1 70B Instruct (free)) should appear in the model selection list.Actual Behavior:
Meta: Llama 3.1 70B Instruct) incorrectly appears in the list.Meta: Llama 3.1 70B Instruct (free)) does not appear.Additional Context:
Please see the attached screenshot for a visual example of the issue.
This bug causes confusion when selecting models, particularly when managing large lists with similarly named entries. Resolving this issue will significantly improve model management usability.
Attachment(s):

