-
-
Notifications
You must be signed in to change notification settings - Fork 17.6k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request