better:美化统计界面

This commit is contained in:
SengokuCola
2025-11-10 22:13:25 +08:00
parent 837ecf702b
commit fd19170543
4 changed files with 135 additions and 75 deletions

View File

@@ -430,7 +430,7 @@ class HeartFChatting:
asyncio.create_task(extract_and_store_jargon(self.stream_id))
# 添加聊天内容概括任务 - 累积、打包和压缩聊天记录
# 注意后台循环已在start()中启动,这里作为额外触发点,在有思考时立即处理
asyncio.create_task(self.chat_history_summarizer.process())
# asyncio.create_task(self.chat_history_summarizer.process())
cycle_timers, thinking_id = self.start_cycle()