mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6632] case sensitivity in model name #29957
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 @coy247 on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6632
Bug Report
I intentionally named my model with a lowercase initial letter. While the model name displays correctly in the models section, it appears incorrectly capitalized on the main splash screen asking "how can I help you today:". The model name on this page should match the model name exactly, preserving the lowercase initial letter.
please and thank you. love what you guys have created here!
just saw the contribution area. I've been reluctant to contribute in fear of messing up, but these bots have given me the confidence to take a stab at it, so i'll give it a whirl!
Installation Method
[Describe the method you used to install the project, e.g., git clone, Docker, pip, etc.]
Environment
Confirmation:
Expected Behavior:
I expected my model name to reflect correctly when using the bot I created
Actual Behavior:
the bot's name appears with an inital capital letter.
Description
Bug Summary:
I named my model purposefully with a lowercase initial letter. Although the model name is correctly reflected in the model's directory; when the main splash screen appears with the prompt "how can I help you today:", the bot's name is incorrectly capitalized. The model name on this page should be identical (===) to the active model name, preserving the lowercase initial letter in this case.
Reproduction Details
create a bot where the name is not capitalized
enter required information
save the model
use the model
Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
working on this...
Screenshots/Screen Recordings (if applicable):
working on this...
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
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Nov 3, 2024):
Fixed on dev!