Skip to content

Commit

Permalink
⬆️ Update ggerganov/llama.cpp (mudler#2303)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
  • Loading branch information
2 people authored and blob42 committed May 31, 2024
1 parent f24ddda commit 706719d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/http/endpoints/localai/tts.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
// @Param request body schema.TTSRequest true "query params"
// @Success 200 {string} binary "Response"
// @Router /v1/audio/speech [post]
// @Router /tts [post]
func TTSEndpoint(cl *config.BackendConfigLoader, ml *model.ModelLoader, appConfig *config.ApplicationConfig) func(c *fiber.Ctx) error {
return func(c *fiber.Ctx) error {

Expand Down

0 comments on commit 706719d

Please sign in to comment.