fix: 清除错误默认模型与端口硬编码,文档机器路径占位符化

This commit is contained in:
hangshuo652
2026-08-25 22:35:35 +08:00
parent 8e81f960af
commit c6fa6b1aeb
19 changed files with 85 additions and 57 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
4. 验证输出文件存在且内容正确
前提: FastAPI + Worker 已经在运行
Windows: start uvicorn web.api:app --port 8000 & python web/worker.py
Windows: start uvicorn web.api:app --port $TEST_PORT & python web/worker.py
WSL: python3 web/worker.py
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"""