mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-10 04:20:24 +00:00
feat: allow to specify default backend for model (#156)
Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
committed by
GitHub
parent
70caf9bf8c
commit
1ae7150810
@@ -21,6 +21,7 @@ type Config struct {
|
||||
Threads int `yaml:"threads"`
|
||||
Debug bool `yaml:"debug"`
|
||||
Roles map[string]string `yaml:"roles"`
|
||||
Backend string `yaml:"backend"`
|
||||
TemplateConfig TemplateConfig `yaml:"template"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user