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

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

@@ -1340,7 +1340,6 @@ async def process_chat_response(
 
                         try:
                             data = json.loads(data)
-                            print(data)
 
                             if "selected_model_id" in data:
                                 model_id = data["selected_model_id"]