mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
bug: Model IDs appears as hashes in Workspace. #2322
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 @adan89lion on GitHub (Oct 9, 2024).
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.3.32
Ollama (if applicable): v0.3.12
Operating System: Windows 11 23H2
Browser (if applicable): Universal (Chromium-based, Firefox, Safari...)
Confirmation:
Expected Behavior:
Open WebUI should use human-readable model IDs under each model's name.
Actual Behavior:
Open WebUI shows model hashes under each model's name.
Description
Bug Summary:
Since Open WebUI v0.3.30 (or a Ollama update), Open WebUI shows model hashes instead of human-readable IDs under each model's name in Workspace. If a user wants to check the model ID, they have to edit the model to show a proper ID. For instance, Qwen 2.5 14b is displayed as
9a78d35195bb269e06cd35834290d...in the models list, but is correctly displayed asqwen2.5:14bin edit mode.Reproduction Details
Steps to Reproduce:
gemma2:27borllama3.2:3b)Logs and Screenshots
Screenshots/Screen Recordings (if applicable):

Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
It seems like this behavior appeared since the v.0.3.30 update. If it's intentional, it might be counter-intuitive since no one can actually read the hashes.
@tjbck commented on GitHub (Oct 9, 2024):
Expected behaviour.