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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ type TranscriptCMD struct {
20
20
Modelstring`short:"m" required:"" help:"Model name to run the TTS"`
21
21
Languagestring`short:"l" help:"Language of the audio file"`
22
22
Translatebool`short:"c" help:"Translate the transcription to english"`
23
+
Diarizebool`short:"d" help:"Mark speaker turns"`
23
24
Threadsint`short:"t" default:"1" help:"Number of threads used for parallel computation"`
24
25
ModelsPathstring`env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
0 commit comments