mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #124] feat: option to toggle generateChatTitle #50607
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 @xintron on GitHub (Nov 20, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/124
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
Running ollama on low-end hardware causes issues as the UI is issuing a request to generate chat titles, blocking future chats from responding until the title generation has finished. It would be great if the chat title generation could be toggled off for these low-end systems.
Describe the solution you'd like
A constant that can be set to false for generateChatTitle:
GENERATE_CHAT_TITLE=false.@tjbck commented on GitHub (Nov 20, 2023):
Hi, Thanks for the suggestion. After #123 gets merged to main, I'll add this option to settings.
@tjbck commented on GitHub (Nov 22, 2023):
Hi, I've included the feature to address this problem with #123, you should have the requested feature with the latest release. You can find the setting to toggle at Settings > Addons > Title Auto Generation. Thanks.