[GH-ISSUE #124] feat: option to toggle generateChatTitle #11942

Closed
opened 2026-04-19 18:38:37 -05:00 by GiteaMirror · 2 comments
Owner

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.

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`.
GiteaMirror added the enhancement label 2026-04-19 18:38:37 -05:00
Author
Owner

@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.

<!-- gh-comment-id:1819742248 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1823534156 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#11942