Backendstring`short:"b" default:"whisper" help:"Backend to run the transcription model"`
Modelstring`short:"m" required:"" help:"Model name to run the TTS"`
Languagestring`short:"l" help:"Language of the audio file"`
Threadsint`short:"t" default:"1" help:"Number of threads used for parallel computation"`
ModelsPathstring`env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
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"`