Skip to content

Commit 15f41aa

Browse files
authored
Merge branch 'master' into update/CPPLLAMA_VERSION
2 parents defda36 + f072cb3 commit 15f41aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cli/transcript.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type TranscriptCMD struct {
1818
Backend string `short:"b" default:"whisper" help:"Backend to run the transcription model"`
1919
Model string `short:"m" required:"" help:"Model name to run the TTS"`
2020
Language string `short:"l" help:"Language of the audio file"`
21-
Translate bool `short:"t" help:"Translate the transcription to english"`
21+
Translate bool `short:"c" help:"Translate the transcription to english"`
2222
Threads int `short:"t" default:"1" help:"Number of threads used for parallel computation"`
2323
ModelsPath string `env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
2424
BackendAssetsPath string `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

Comments
 (0)