浏览代码

refac: rm print statement

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

+ 0 - 1
backend/open_webui/main.py

@@ -691,7 +691,6 @@ class ChatCompletionMiddleware(BaseHTTPMiddleware):
 
         # If context is not empty, insert it into the messages
         if len(sources) > 0:
-            print("\n\n\n\n\n\n\nHI\n\n\n\n\n\n")
             context_string = ""
             for source_idx, source in enumerate(sources):
                 source_id = source.get("source", {}).get("name", "")