This commit is contained in:
hailin 2025-11-16 22:02:11 +08:00
parent 01045bdc0e
commit 7bb32f1ddc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import queue, threading, time
# ────────────────── 基础配置 ────────────────── # ────────────────── 基础配置 ──────────────────
API_KEY = "token-abc123" API_KEY = "token-abc123"
MODEL_PATH = Path("/root/.cradle/Alibaba/Qwen3-30B-A3B") MODEL_PATH = Path("/root/.cradle/Alibaba/Qwen3-4B")
def model_name(path: Path): def model_name(path: Path):