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/cli.go
+5-4
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,9 @@ type Context struct {
13
13
varCLIstruct {
14
14
Context`embed:""`
15
15
16
-
RunRunCMD`cmd:"" help:"Run LocalAI, this the default command if no other command is specified. Run 'local-ai run --help' for more information" default:"withargs"`
17
-
ModelsModelsCMD`cmd:"" help:"Manage LocalAI models and definitions"`
18
-
TTSTTSCMD`cmd:"" help:"Convert text to speech"`
19
-
TranscriptTranscriptCMD`cmd:"" help:"Convert audio to text"`
16
+
RunRunCMD`cmd:"" help:"Run LocalAI, this the default command if no other command is specified. Run 'local-ai run --help' for more information" default:"withargs"`
17
+
ModelsModelsCMD`cmd:"" help:"Manage LocalAI models and definitions"`
18
+
TTSTTSCMD`cmd:"" help:"Convert text to speech"`
19
+
TranscriptTranscriptCMD`cmd:"" help:"Convert audio to text"`
20
+
LLAMACPPWorkerLLAMACPPWorkerCMD`cmd:"" help:"Run workers to distribute workload (llama.cpp-only)"`
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