fix: Update repository clone URL and adjust huggingface-cli commands in README files

This commit is contained in:
2026-02-13 11:57:00 +08:00
parent 27c8925f7d
commit 3844e825cd
5 changed files with 23 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ DATABASE_URL=sqlite:///./qwen_tts.db
CACHE_DIR=./voice_cache
OUTPUT_DIR=./outputs
MODEL_DEVICE=cuda:0
MODEL_BASE_PATH=../Qwen
MODEL_BASE_PATH=./Qwen
MAX_CACHE_ENTRIES=100
CACHE_TTL_DAYS=7
HOST=0.0.0.0