Timothy Jaeryang Baek 2 months ago
parent
commit
2b0af33274
1 changed files with 0 additions and 1 deletions
  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"]