From ab889a1a882ee1ed380140612c6f9d0c92a02f36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Jun 2025 08:25:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=E8=87=AA=E5=8A=A8=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/normal_chat/normal_prompt.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/chat/normal_chat/normal_prompt.py b/src/chat/normal_chat/normal_prompt.py index 35a553ecb..c4a152e09 100644 --- a/src/chat/normal_chat/normal_prompt.py +++ b/src/chat/normal_chat/normal_prompt.py @@ -148,7 +148,7 @@ class PromptBuilder: read_mark=0.0, show_actions=True, ) - + message_list_before_now_half = get_raw_msg_before_timestamp_with_chat( chat_id=chat_stream.stream_id, timestamp=time.time(), @@ -162,8 +162,10 @@ class PromptBuilder: read_mark=0.0, show_actions=True, ) - - expressions = await expression_selector.select_suitable_expressions_llm(chat_stream.stream_id, chat_talking_prompt_half) + + expressions = await expression_selector.select_suitable_expressions_llm( + chat_stream.stream_id, chat_talking_prompt_half + ) style_habbits = [] grammar_habbits = [] if expressions: