mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #17791] [MERGED] Fix: truncate long model tags with a 32 characters limit #111860
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/17791
Author: @silentoplayz
Created: 9/26/2025
Status: ✅ Merged
Merged: 9/26/2025
Merged by: @tjbck
Base:
dev← Head:truncate-models-tag📝 Commits (1)
ac6292bFix: truncate long model tags with a character limit📊 Changes
1 file changed (+12 additions, -10 deletions)
View changed files
📝
src/lib/components/workspace/Models.svelte(+12 -10)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Changed
src/lib/components/workspace/Models.svelteare now truncated to 32 characters with an ellipsis if they exceed the limit.Fixed
Modelspage in theWorkspace.Additional Information
Screenshots or Videos
Before the fix applied:

After the fix is applied:

Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.