fix: deploy scripts/ files properly (correct directory)

This commit is contained in:
知微
2026-07-01 23:00:28 +08:00
parent b2822cec15
commit ec285669c4
13 changed files with 3537 additions and 51 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ try:
except ImportError:
HAS_AKSHARE = False
DATA_DIR = Path(__file__).parent / "data"
DATA_DIR = Path("/home/hmo/MoFin/data")
DB_PATH = DATA_DIR / "mofin.db"
XIAOGUO_API = "http://node122:18003/v1/chat/completions"
XIAOGUO_MODEL = "Qwen3.6-27B-MTPLX-Optimized-Speed"