mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 14:30:45 +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 {
|
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"`
|
Install ModelsInstall `cmd:"" help:"Install a model from the gallery"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user