From 29d7f070686c66adc6f90033ebab2a5607d4fa19 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期三, 25 十二月 2024 14:55:18 +0800
Subject: [PATCH] 新增合并Excel下载后删除相关文件

---
 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