mirror of https://github.com/Mai-with-u/MaiBot.git
chore(planner): remove duplicate prompt logging
parent
32bb695094
commit
bdd41a0c47
|
|
@ -534,9 +534,6 @@ class BrainPlanner:
|
|||
llm_duration_ms = (time.perf_counter() - llm_start) * 1000
|
||||
llm_reasoning = reasoning_content
|
||||
|
||||
logger.info(f"{self.log_prefix}规划器原始提示词: {prompt}")
|
||||
logger.info(f"{self.log_prefix}规划器原始响应: {llm_content}")
|
||||
|
||||
if global_config.debug.show_planner_prompt:
|
||||
logger.info(f"{self.log_prefix}规划器原始提示词: {prompt}")
|
||||
logger.info(f"{self.log_prefix}规划器原始响应: {llm_content}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue