chore(tests): try to fixup current tests

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-01-21 16:36:15 +01:00
parent 814ac8029e
commit 1c64c83909
2 changed files with 3 additions and 2 deletions

View file

@ -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)