mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7490] Model ID Missing and Import Fails When Using Chinese Model Name #14766
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 (Nov 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7490
Bug Description
There are two related issues:
These issues create significant obstacles when managing models with Chinese names.
Steps to Reproduce
Issue 1: Model ID Missing
Issue 2: Import Failure
Expected Behavior
Actual Behavior
Additional Notes
Impact
These issues significantly affect usability and efficiency. The inability to manage models with Chinese names and the broken import functionality limit the system's usability for international users or collaborative workflows.
@tjbck commented on GitHub (Nov 30, 2024):
Only alphanumeric characters are supported as an ID, will refactor the model editor to provide an appropriate error message. Thanks!
@honwei189 commented on GitHub (Nov 30, 2024):
Yes, the model id I created is string, like "myfirst-model".
@tjbck commented on GitHub (Nov 30, 2024):
@honwei189 should be addressed in dev!