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-
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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-