mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-28 13:44:59 +00:00
chore(tests): try to fixup current tests
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
814ac8029e
commit
1c64c83909
2 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@ func ImageEndpoint(cl *config.BackendConfigLoader, ml *model.ModelLoader, appCon
|
|||
}
|
||||
|
||||
if m == "" {
|
||||
m = model.StableDiffusionGGMLBackend
|
||||
m = "stablediffusion"
|
||||
}
|
||||
log.Debug().Msgf("Loading model: %+v", m)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue