Timothy Jaeryang Baek 1 月之前
父节点
当前提交
c714bd8739
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      backend/open_webui/utils/middleware.py

+ 0 - 2
backend/open_webui/utils/middleware.py

@@ -1079,8 +1079,6 @@ async def process_chat_response(
         for filter_id in get_sorted_filter_ids(model)
         for filter_id in get_sorted_filter_ids(model)
     ]
     ]
 
 
-    print(f"{filter_functions=}")
-
     # Streaming response
     # Streaming response
     if event_emitter and event_caller:
     if event_emitter and event_caller:
         task_id = str(uuid4())  # Create a unique task ID.
         task_id = str(uuid4())  # Create a unique task ID.