fix: 清除错误默认模型与端口硬编码,文档机器路径占位符化
This commit is contained in:
@@ -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
|
||||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user