fix: 缺失的 psutil 依赖

This commit is contained in:
RockChinQ
2024-04-02 22:33:06 +08:00
parent 5e69f78f7e
commit fc9a9d2386
3 changed files with 17 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ required_deps = {
"tiktoken": "tiktoken",
"yaml": "pyyaml",
"aiohttp": "aiohttp",
"psutil": "psutil",
}