From c171e340ee5bc9a3de4c8f6c0c36912bd813de58 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Fri, 17 Jan 2025 20:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86ai=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=83=85=E5=86=B5=E4=B8=8B=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E6=85=A2=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qq_plugins/check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qq_plugins/check.py b/src/qq_plugins/check.py index 53438b6..2aa48f9 100644 --- a/src/qq_plugins/check.py +++ b/src/qq_plugins/check.py @@ -23,7 +23,6 @@ with open(os.getcwd() +'/src/ai_chat/config/chat_ai.yaml', 'r', encoding='utf-8' check = on_message(rule=to_me() & rule ,block=True) @check.handle() async def check(bot: Bot, event: Event): - if is_ai == "True": msg = ai_chat.deepseek_chat(event.get_plaintext()) await bot.send(message=msg,event=event)