fix: typos

This commit is contained in:
omahs 2025-05-16 08:19:13 +02:00 committed by GitHub
parent 525cf198be
commit 8815fc9860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 15 additions and 15 deletions

View file

@ -34,7 +34,7 @@ func TTSEndpoint(cl *config.BackendConfigLoader, ml *model.ModelLoader, appConfi
return fiber.ErrBadRequest
}
log.Debug().Str("model", input.Model).Msg("LocalAI TTS Request recieved")
log.Debug().Str("model", input.Model).Msg("LocalAI TTS Request received")
if cfg.Backend == "" {
if input.Backend != "" {