diff --git a/backend/open_webui/routers/tasks.py b/backend/open_webui/routers/tasks.py index df86b4c10..299ec5326 100644 --- a/backend/open_webui/routers/tasks.py +++ b/backend/open_webui/routers/tasks.py @@ -173,8 +173,6 @@ async def generate_title( flags=re.S, ).strip() - print(messages) - content = title_generation_template( template, messages,