Update normal_prompt.py

This commit is contained in:
SengokuCola
2025-06-25 15:55:56 +08:00
parent b4440defeb
commit 05dfcbfc48

View File

@@ -163,7 +163,7 @@ class PromptBuilder:
show_actions=True,
)
expressions = 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: