From 11f41853e7e5e58aa061c65179958436736832a4 Mon Sep 17 00:00:00 2001 From: ikaros <327209194@qq.com> Date: Sat, 24 Feb 2024 23:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/my_handle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/my_handle.py b/utils/my_handle.py index ea308b54..c4458146 100644 --- a/utils/my_handle.py +++ b/utils/my_handle.py @@ -1836,7 +1836,7 @@ def comment_handle(self, data): data_json["content"] += content + My_handle.config.get("after_prompt") - logging.info(f"data_json={data_json}") + logging.debug(f"data_json={data_json}") resp_content = self.llm_handle(chat_type, data_json) if resp_content is not None: