This commit is contained in:
Dave Lee 2023-07-25 10:38:55 -04:00
parent a13d640c42
commit b7835ad581
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ func BackendMonitorEndpoint(cm *config.ConfigLoader, o *options.Option) func(c *
config, exists := cm.GetConfig(input.Model)
var backend string
if exists {
backend = config.Backend
backend = config.Model
} else {
// Last ditch effort: use it raw, see if a backend happens to match.
backend = input.Model