Vision: Update model.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-11-25 10:44:31 +01:00
parent 1a12c96f0c
commit 53503fe0b8

View file

@ -448,7 +448,7 @@ func (m *Model) EngineName() string {
case ApiFormatVision, "":
return EngineVision
default:
return strings.ToLower(string(format))
return strings.ToLower(format)
}
}