Fix for word-timestamp CLI option (#1062)

This commit is contained in:
Raivis Dejus 2025-02-01 12:25:52 +02:00 committed by GitHub
commit 86f461c676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ def parse(app: Application, parser: QCommandLineParser):
["p", "prompt"], "Initial prompt.", "prompt", ""
)
word_timestamp_option = QCommandLineOption(
["wt", "word-timestamps"], "Generate word-level timestamps."
["w", "word-timestamps"], "Generate word-level timestamps."
)
open_ai_access_token_option = QCommandLineOption(
"openai-token",

View file

@ -60,7 +60,7 @@ Options:
(Yiddish), yo (Yoruba), zh (Chinese). Leave
empty to detect language.
-p, --prompt <prompt> Initial prompt.
-wt, --word-timestamps Generate word-level timestamps. (available since 1.2.0)
-w, --word-timestamps Generate word-level timestamps. (available since 1.2.0)
--openai-token <token> OpenAI access token. Use only when
--model-type is openaiapi. Defaults to your
previously saved access token, if one exists.

View file

@ -60,7 +60,7 @@ Options:
(Yiddish), yo (Yoruba), zh (Chinese). Leave
empty to detect language.
-p, --prompt <prompt> Initial prompt.
-wt, --word-timestamps Generate word-level timestamps. (available since 1.2.0)
-w, --word-timestamps Generate word-level timestamps. (available since 1.2.0)
--openai-token <token> OpenAI access token. Use only when
--model-type is openaiapi. Defaults to your
previously saved access token, if one exists.