This commit is contained in:
oficcejo
2026-02-27 12:08:00 +08:00
parent bce3b9645f
commit f3af15ddc8
25 changed files with 203 additions and 132 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ class SectorStrategyScheduler:
# 2. 运行AI分析
print("[智策定时] [2/3] AI智能体分析中...")
engine = SectorStrategyEngine(model="deepseek-chat")
engine = SectorStrategyEngine()
result = engine.run_comprehensive_analysis(data)
if not result.get("success"):