From 2f0c1f3fda6025da64636a4cfd01d4f98bc7d50b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 21 Jun 2026 23:04:20 +0800 Subject: feat(cli): add --models-dir option for custom model path --- help.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'help.txt') diff --git a/help.txt b/help.txt index f4b5507..c318505 100644 --- a/help.txt +++ b/help.txt @@ -7,6 +7,7 @@ Options -m, --model= Whisper model. [default: base_en] --lang= Language hint (zh, ja, en, fr...). Skips detection. --post= Post-process transcribed text, e.g. +pinyin + --models-dir= Directory for model files. Fails if invalid. -f, --format= Output format with %{vol}, %{word}, %{confid}. [default: %{vol},%{word}] -S, --format-file= Read format from file. -- cgit