mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
feat: issue: title / tag generation offload current model #6151
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 @bchtrue on GitHub (Aug 21, 2025).
Actual Behavior
Loading the model is time-consuming, and tasks such as title generation, tags, and follow-ups offload the "current model".
While I have adjusted the settings to use the "current" model for tags and title generation still offloads the "current" model due to differing context window size.
Suggestion:
I propose adding a setting that allows the title generation feature to utilize the same context window as previous request if the setting is set to "current model" or add settings of context window size near model choose for tags/titles/follow up(currently don't have) generation. This would enhance efficiency by reducing offloading of current model, loading new model, offloading it and loading first one for next request.
Thank you for considering this enhancement!
@tjbck commented on GitHub (Aug 21, 2025):
This should already be the case, could you confirm you've modified the context length directly from the model editor?