ajust time span

This commit is contained in:
2026-08-18 21:16:43 +08:00
parent 1fb3146590
commit 7556fd0a7e
4 changed files with 19 additions and 2 deletions

View File

@@ -14,3 +14,5 @@ MOSS_TRANSCRIBE_URL=http://127.0.0.1:8001/v1/audio/transcriptions
MOSS_MODEL=OpenMOSS-Team/MOSS-Transcribe-Diarize
MOSS_TIMEOUT_SECONDS=1800
MOSS_MAX_NEW_TOKENS=65536
# 每句结束时间向后顺延的毫秒数,避免句子末尾发音被切掉;按需在 200-500 之间调整
MOSS_END_PADDING_MS=300