mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Fix for word-timestamp CLI option (#1062)
This commit is contained in:
parent
56263c7bf4
commit
86f461c676
3 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue