语言检测并动态更新语种 TODO 后续切换为llm识别用户语种意图模式

This commit is contained in:
zcr
2026-05-04 14:53:38 +08:00
parent dcf29a3b84
commit cbee81ee44
7 changed files with 304 additions and 11 deletions

View File

@@ -66,4 +66,5 @@ dependencies = [
"python-magic>=0.4.27",
"ddgs>=9.14.1",
"aiofiles>=24.1.0",
"fast-langdetect>=1.0.0",
]