[依赖、模型和配置]:完成本地语音模型准备,包含.env配置、模型下载脚本和model-check

This commit is contained in:
mkbk
2026-06-17 19:34:29 +08:00
parent 40510325d9
commit e877cca00f
10 changed files with 323 additions and 7 deletions
+4
View File
@@ -3,8 +3,12 @@
.env.*
!.env.example
.venv/
models/
__pycache__/
*.py[cod]
*.aiff
*.wav
*.flac
.pytest_cache/
.mypy_cache/
.ruff_cache/