mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 23:44:59 +00:00
fix: typos
This commit is contained in:
parent
525cf198be
commit
8815fc9860
13 changed files with 15 additions and 15 deletions
|
@ -28,7 +28,7 @@ func VADEndpoint(cl *config.BackendConfigLoader, ml *model.ModelLoader, appConfi
|
|||
return fiber.ErrBadRequest
|
||||
}
|
||||
|
||||
log.Debug().Str("model", input.Model).Msg("LocalAI VAD Request recieved")
|
||||
log.Debug().Str("model", input.Model).Msg("LocalAI VAD Request received")
|
||||
|
||||
resp, err := backend.VAD(input, c.Context(), ml, appConfig, *cfg)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue