添加文件监视器地基模块,重构模型请求模块使用新版本的配置热重载模块,新增watchfiles依赖

This commit is contained in:
DrSmoothl
2026-02-14 21:17:24 +08:00
parent daad0ba2f0
commit dc36542403
7 changed files with 210 additions and 22 deletions

View File

@@ -36,6 +36,7 @@ dependencies = [
"urllib3>=2.5.0",
"uvicorn>=0.35.0",
"msgpack>=1.1.2",
"watchfiles>=1.1.1",
]