You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/cli/transcript.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ type TranscriptCMD struct {
18
18
Backendstring`short:"b" default:"whisper" help:"Backend to run the transcription model"`
19
19
Modelstring`short:"m" required:"" help:"Model name to run the TTS"`
20
20
Languagestring`short:"l" help:"Language of the audio file"`
21
-
Translatebool`short:"t" help:"Translate the transcription to english"`
21
+
Translatebool`short:"c" help:"Translate the transcription to english"`
22
22
Threadsint`short:"t" default:"1" help:"Number of threads used for parallel computation"`
23
23
ModelsPathstring`env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
24
24
BackendAssetsPathstring`env:"LOCALAI_BACKEND_ASSETS_PATH,BACKEND_ASSETS_PATH" type:"path" default:"/tmp/localai/backend_data" help:"Path used to extract libraries that are required by some of the backends in runtime" group:"storage"`
0 commit comments