From fe8e77104db4503d65f13ad66eaa48d631619d7c Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期三, 15 一月 2025 17:28:16 +0800
Subject: [PATCH] tmp

---
 app/api/chat.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/api/chat.py b/app/api/chat.py
index 90c8b4a..a824acd 100644
--- a/app/api/chat.py
+++ b/app/api/chat.py
@@ -235,7 +235,7 @@
                 if not question:
                     await websocket.send_json({"message": "Invalid request", "type": "error"})
                     continue
-                logger.error(agent.type)
+                # logger.error(agent.type)
                 if chat_type == "questionTalk":
 
                     try:

--
Gitblit v1.8.0