Feature Request: add language modifier to Title Generation #2990

Closed
opened 2025-11-11 15:19:09 -06:00 by GiteaMirror · 0 comments
Owner

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:

...
Respond only in {{language}}.
...

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-

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: ``` ... Respond only in {{language}}. ... ``` **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-
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2990