refactor(deps): 将jieba分词库替换为rjieba

This commit is contained in:
雅诺狐
2025-10-05 12:08:18 +08:00
parent 1a68365752
commit 413973979c
13 changed files with 85 additions and 29 deletions

View File

@@ -299,7 +299,7 @@ def load_log_config(): # sourcery skip: use-contextlib-suppress
"peewee",
"openai",
"uvicorn",
"jieba",
"rjieba",
],
"library_log_levels": {"aiohttp": "WARNING"},
}