mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
fix: typo in models.go (#2099)
This commit is contained in:
parent
f3f6535aad
commit
220958a87c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue