mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 15:35:01 +00:00
fix: add omitempty where needed (#671)
This commit is contained in:
parent
53f8d73101
commit
6213da330a
2 changed files with 20 additions and 9 deletions
|
@ -42,7 +42,8 @@ prompt_templates:
|
|||
content: ""
|
||||
|
||||
*/
|
||||
|
||||
// Config is the model configuration which contains all the model details
|
||||
// This configuration is read from the gallery endpoint and is used to download and install the model
|
||||
type Config struct {
|
||||
Description string `yaml:"description"`
|
||||
License string `yaml:"license"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue