mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
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 @light-and-ray on GitHub (Sep 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17251
Problem Description
Recently you added this behavior in this issue: https://github.com/open-webui/open-webui/issues/16707
Particularity in this commit
094a82b264and it worked fineThis prompt worked:
But then you reverted it for some reason in this commit
a37d411dcfThis part of prompt existed before the original issue was created and exists now
But this prompt part doesn't work and didn't work, because LLM thinks if it is multilingual, if should switch to English. Actually it shouldn't switch to English, even if the conversation is multilingual. For example if a conversation in Korean and Japan, it's very undesired behavior to switch to English
Desired Solution you'd like
Remove
; default to English if multilingualfrom the promptAlternatives Considered
Remove
- Use the conversation's primary language; default to English if multilingualand return this commit094a82b264Please do not close this issue if it's not resolved, like you did with my previous issue
@tjbck commented on GitHub (Sep 7, 2025):
PR welcome.