Browse Source

refac: rm print statement

Timothy Jaeryang Baek 3 tháng trước cách đây
mục cha
commit
33fffd6b1d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      backend/open_webui/routers/tasks.py

+ 0 - 2
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,