diff --git a/backend/open_webui/utils/middleware.py b/backend/open_webui/utils/middleware.py index ec112a3e5..f80680280 100644 --- a/backend/open_webui/utils/middleware.py +++ b/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"]