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
+2 -1
View File
@@ -11,12 +11,13 @@ from typing import Dict, Any, List
from datetime import datetime, timedelta
import time
import logging
import config
class LonghubangEngine:
"""龙虎榜综合分析引擎"""
def __init__(self, model="deepseek-chat", db_path='longhubang.db'):
def __init__(self, model=None, db_path='longhubang.db'):
"""
初始化分析引擎