LocalAI/core/http
Chakib Benziane b99182c8d4
TTS API improvements (#2308)
* update doc on COQUI_LANGUAGE env variable

Signed-off-by: blob42 <contact@blob42.xyz>

* return errors from tts gRPC backend

Signed-off-by: blob42 <contact@blob42.xyz>

* handle speaker_id and language in coqui TTS backend

Signed-off-by: blob42 <contact@blob42.xyz>

* TTS endpoint: add optional language paramter

Signed-off-by: blob42 <contact@blob42.xyz>

* tts fix: empty language string breaks non-multilingual models

Signed-off-by: blob42 <contact@blob42.xyz>

* allow tts param definition in config file

- consolidate TTS options under `tts` config entry

Signed-off-by: blob42 <contact@blob42.xyz>

* tts: update doc

Signed-off-by: blob42 <contact@blob42.xyz>

---------

Signed-off-by: blob42 <contact@blob42.xyz>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2024-06-01 18:26:27 +00:00
..
ctx Revert #1963 (#2056) 2024-04-17 23:33:49 +02:00
elements fix(ux): fix small glitches (#2265) 2024-05-08 19:34:33 +02:00
endpoints TTS API improvements (#2308) 2024-06-01 18:26:27 +00:00
routes feat(ui): display number of available models for installation (#2298) 2024-05-12 14:24:36 +02:00
static feat(webui): statically embed js/css assets (#2348) 2024-05-19 18:24:27 +02:00
views feat(webui): statically embed js/css assets (#2348) 2024-05-19 18:24:27 +02:00
app_test.go test: check the response URL during image gen in app_test.go (#2248) 2024-05-05 18:46:33 +00:00
app.go UI: flag trust_remote_code to users // favicon support (#2253) 2024-05-07 08:39:23 +02:00
http_suite_test.go fix: rename fiber entrypoint from http/api to http/app (#2096) 2024-04-21 22:39:28 +02:00
render.go fix: use bluemonday as recommended by blackfriday (#2142) 2024-04-26 10:34:50 +02:00