mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #5547] Customise the model that generates the dialog title to prevent the title from being generated using an advanced model #14029
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 @CodeZhangBorui on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5547
Is your feature request related to a problem? Please describe.
After I finished using the o1-preview model conversation, Open WebUI automatically generated the dialog title using the o1-preview model, which not only made the model think uselessly, but also wasted API billing.
Describe the solution you'd like
Use cheap, low-grade models to generate titles (e.g. 4o-mini).
Or, customise the model that generates the dialog title to prevent the title from being generated using an advanced model.