From d5e5b06e86003352e6b8ef6b3352197519b39d89 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 13 Nov 2023 23:05:19 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=AE=A9=E5=9B=9E=E5=A4=8D=E6=9C=AB?= =?UTF-8?q?=E5=B0=BE=E6=B7=BB=E5=8A=A01-2=E4=B8=AAemoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 105ce0339..918770c11 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -643,7 +643,8 @@ async def oper_msg(message: Union[GroupMessage, FriendMessage, GuildMessage, Nak if qq_msg.startswith("ws ") and qq_msg != "ws ": qq_msg = qq_msg[3:] web_sch_flag = True - + else: + qq_msg += "> hint: 末尾根据内容和心情添加1-2个emoji" if chosen_provider == REV_CHATGPT or chosen_provider == OPENAI_OFFICIAL: if _global_object.web_search or web_sch_flag: official_fc = chosen_provider == OPENAI_OFFICIAL