mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
fix tts (+1 squashed commits)
Squashed commits: [ae02f266] fix tts
This commit is contained in:
parent
e2e8da0d1d
commit
af6f495c52
1 changed files with 1 additions and 1 deletions
|
@ -3285,7 +3285,7 @@ Current version: 107
|
|||
const a1111_options_endpoint = "/sdapi/v1/options";
|
||||
const a1111_txt2img_endpoint = "/sdapi/v1/txt2img";
|
||||
|
||||
const xtts_gen_endpoint = "/tts_to_audio";
|
||||
const xtts_gen_endpoint = "/tts_to_audio/";
|
||||
const xtts_voices_endpoint = "/speakers_list";
|
||||
|
||||
//support for quick news updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue