🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-14 14:28:14 +00:00
parent 200755dc8c
commit cad5011c24
7 changed files with 42 additions and 14 deletions

View File

@@ -79,7 +79,10 @@ class SubHeartflow:
self.past_mind = []
self.current_state: CurrentState = CurrentState()
self.llm_model = LLM_request(
model=global_config.llm_sub_heartflow, temperature=global_config.llm_sub_heartflow["temp"], max_tokens=600, request_type="sub_heart_flow"
model=global_config.llm_sub_heartflow,
temperature=global_config.llm_sub_heartflow["temp"],
max_tokens=600,
request_type="sub_heart_flow",
)
self.main_heartflow_info = ""