mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: titles are not generated if title auto-generation is set to false in interface settings
This commit is contained in:
parent
f18f1db704
commit
15cc9b6cee
1 changed files with 0 additions and 1 deletions
|
|
@ -1545,7 +1545,6 @@ async def process_chat_response(
|
|||
): # Only update titles and tags for non-temp chats
|
||||
if (
|
||||
TASKS.TITLE_GENERATION in tasks
|
||||
and tasks[TASKS.TITLE_GENERATION]
|
||||
):
|
||||
user_message = get_last_user_message(messages)
|
||||
if user_message and len(user_message) > 100:
|
||||
|
|
|
|||
Loading…
Reference in a new issue