mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
fix: add tags
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
parent
6213da330a
commit
d18f85df46
@ -19,6 +19,7 @@ type GalleryModel struct {
|
|||||||
License string `json:"license,omitempty" yaml:"license,omitempty"`
|
License string `json:"license,omitempty" yaml:"license,omitempty"`
|
||||||
URLs []string `json:"urls,omitempty" yaml:"urls,omitempty"`
|
URLs []string `json:"urls,omitempty" yaml:"urls,omitempty"`
|
||||||
Icon string `json:"icon,omitempty" yaml:"icon,omitempty"`
|
Icon string `json:"icon,omitempty" yaml:"icon,omitempty"`
|
||||||
|
Tags []string `json:"tags,omitempty" yaml:"tags,omitempty"`
|
||||||
|
|
||||||
// Overrides are used to override the configuration of the model
|
// Overrides are used to override the configuration of the model
|
||||||
Overrides map[string]interface{} `json:"overrides,omitempty" yaml:"overrides,omitempty"`
|
Overrides map[string]interface{} `json:"overrides,omitempty" yaml:"overrides,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user