feat: llm统计现已记录模型反应时间
This commit is contained in:
@@ -104,7 +104,7 @@ class PromptBuilder:
|
||||
# 使用从处理器传来的选中表达方式
|
||||
# LLM模式:调用LLM选择5-10个,然后随机选5个
|
||||
selected_expressions = await expression_selector.select_suitable_expressions_llm(
|
||||
chat_stream.stream_id, chat_history, max_num=12, min_num=5, target_message=target
|
||||
chat_stream.stream_id, chat_history, max_num=12, target_message=target
|
||||
)
|
||||
|
||||
if selected_expressions:
|
||||
|
||||
Reference in New Issue
Block a user