소스 검색

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", "")