mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-07 09:19:06 -05:00
[GH-ISSUE #18559] issue: Lengthy (long) model names need truncated in a few more areas throughout the UI #89373
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 @silentoplayz on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18559
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
v0.12.6
Operating System
Ubuntu 24.04.3 LTS
Browser (if applicable)
Mozilla Firefox Snap for Ubuntu - v144.0 (64-bit)
Confirmation
README.md.Expected Behavior
I expect for long model names (and possibly model IDs) to be truncated to prevent visual overflows or an unpleasing eye sore from occurring.
Actual Behavior
Long model names (and possibly model IDs) aren't being truncated in a few remaining areas throughout the UI. I didn't know how to solve these remaining long names myself, so I am bringing this issue to the table with this issue post in hopes they'll eventually get solved accordingly.
Steps to Reproduce
Workspacemodel from a base model and give it a name and ID below 255 characters total in length (as there is now a validation check in place to prevent this from being too long).Logs & Screenshots
The modal that opens whenever I click on a model with a long name in the
Leaderboardsection of theEvaluationstab in the admin settings:In the
Leaderboardlist of models:In the
Feedbackslist for response ratings:In the
Settingsmodal of theModelsadmin settings menu:In generic model pickers used throughout the UI:
Additional Information
I have solved previous issues dealing with lengthy names in the UI with the following PRs:
None of the linked PRs solves any of the long model name/ID issues described in this issue post.