소스 검색

refac: rm print

Timothy Jaeryang Baek 5 달 전
부모
커밋
6b46b8bf62
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      backend/open_webui/main.py

+ 0 - 2
backend/open_webui/main.py

@@ -480,8 +480,6 @@ async def chat_completion_tools_handler(
             except Exception as e:
                 tool_output = str(e)
 
-            print(tools[tool_function_name]["citation"])
-
             if isinstance(tool_output, str):
                 if tools[tool_function_name]["citation"]:
                     sources.append(