mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
fix: typo in models.go (#2099)
This commit is contained in:
parent
f3f6535aad
commit
220958a87c
@ -25,7 +25,7 @@ type ModelsInstall struct {
|
||||
}
|
||||
|
||||
type ModelsCMD struct {
|
||||
List ModelsList `cmd:"" help:"List the models avaiable in your galleries" default:"withargs"`
|
||||
List ModelsList `cmd:"" help:"List the models available in your galleries" default:"withargs"`
|
||||
Install ModelsInstall `cmd:"" help:"Install a model from the gallery"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user