Originally created by @phenomen on GitHub (Jan 28, 2025).
Feature Request
Is your feature request related to a problem? Please describe.
Reasoning in a <think> tag is generally just extra overhead and not needed for title generation. Using it wastes tokens and also confuses small models, resulting in poor titles.
Describe the solution you'd like
Truncate all content of the <think> tag before sending it to the title generation model.
Describe alternatives you've considered
As an alternative, modify the default title generation prompt to ignore <think> tag (not optimal, still a waste of tokens).
Originally created by @phenomen on GitHub (Jan 28, 2025).
# Feature Request
**Is your feature request related to a problem? Please describe.**
Reasoning in a `<think>` tag is generally just extra overhead and not needed for title generation. Using it wastes tokens and also confuses small models, resulting in poor titles.
**Describe the solution you'd like**
Truncate all content of the `<think>` tag before sending it to the title generation model.
**Describe alternatives you've considered**
As an alternative, modify the default title generation prompt to ignore `<think>` tag (not optimal, still a waste of tokens).
Please check for existing discussions before creating a new issue post.
@tjbck commented on GitHub (Jan 28, 2025):
Duplicate: https://github.com/open-webui/open-webui/discussions/8899#discussioncomment-11964899
Please check for existing discussions before creating a new issue post.
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 @phenomen on GitHub (Jan 28, 2025).
Feature Request
Is your feature request related to a problem? Please describe.
Reasoning in a
<think>tag is generally just extra overhead and not needed for title generation. Using it wastes tokens and also confuses small models, resulting in poor titles.Describe the solution you'd like
Truncate all content of the
<think>tag before sending it to the title generation model.Describe alternatives you've considered
As an alternative, modify the default title generation prompt to ignore
<think>tag (not optimal, still a waste of tokens).@tjbck commented on GitHub (Jan 28, 2025):
Duplicate: https://github.com/open-webui/open-webui/discussions/8899#discussioncomment-11964899
Please check for existing discussions before creating a new issue post.