mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Feature Request: add language modifier to Title Generation #2990
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 @finnaGIT on GitHub (Dec 11, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
Titles may be generated in a user's non-native language depending on the model, rendering the titles useless in sorting through chat history. For example, I'm use qwen2.5 right now but many titles are generated by qwen in Chinese.
Describe the solution you'd like
Leverage the user's global WebUI Settings Language variable selected in Settings >⚙️General menu to supplement the default Title Generation prompt to respond in the user's chosen language. For example, the default prompt may be modified to read:
Describe alternatives you've considered
A modifier in the Admin Panel > 🖥️ Interface to input the instance's language in which responses should be generated. This solution would likely affect all users, so it is preferred to implement at a user level.
Additional context
-none-