mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: Limit number of words used for Title and Tag Generation #4939
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 @brunompicinini on GitHub (Apr 23, 2025).
Check Existing Issues
Problem Description
Title and Tag Generation sends the whole message to generate a simple title. This seems overkill and is prone to overspending as it seems reported here:
https://github.com/open-webui/open-webui/discussions/7281
Desired Solution you'd like
A simple default limit to the first ~250 words would do the trick.
Alternatives Considered
No response
Additional Context
No response