mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #2198] allow customize model display name #12792
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 @BarcodeQH on GitHub (May 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2198
Is your feature request related to a problem? Please describe.
Ollama is setting rules to standardize the model name created by Modelfile. Eg: non-english characters or uppercase characters (uppercase appears to be a bug, which has been fixed in pre-release v0.1.37) are no longer allowed. This is good for Ollama as a backend service, but may impact user experience. As Open-WebUI can now only list the Ollama "technical" model name for users to select
Describe the solution you'd like
When creating Modelfiles via the UI, enable admin to utilize the 'Name' instead of the 'Model Tag Name' for display in the UI
@silentoplayz commented on GitHub (May 12, 2024):
This is related to feat: configurable model name, description and vision capability - #2140