mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
feat: Allow per-model settings for generating title and text #4971
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 @allo- on GitHub (Apr 27, 2025).
Check Existing Issues
Problem Description
Some models are more expensive than others, so it makes sense to disable title generation for more costly models while keeping it enabled for cheaper or locally run ones. Currently, generating a title and tags is a global setting, meaning it cannot be adjusted separately for different models or between the local API and APIs that use the user's own API key. As a result, you must either pay for title generation based on the price of the current model or manually change the setting each time you switch between models.
Desired Solution you'd like
Allow admins and users to enable/disable the setting per model and to choose a default for models that do not have the setting configured.
Alternatives Considered
No response
Additional Context
No response