mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 04:37:53 +00:00
7 lines
116 B
Go
7 lines
116 B
Go
|
package config
|
||
|
|
||
|
type Gallery struct {
|
||
|
URL string `json:"url" yaml:"url"`
|
||
|
Name string `json:"name" yaml:"name"`
|
||
|
}
|