mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add initialization of audio module key in extension settings.
This commit is contained in:
@ -566,7 +566,7 @@ class CoquiTtsProvider {
|
||||
if (apiResult["status"] == "done") {
|
||||
$("#coqui_api_model_install_status").text("Model installed and ready to use!");
|
||||
$("#coqui_api_model_install_button").hide();
|
||||
onModelNameChange_pointer();
|
||||
onModelNameChange_pointer(); // TODO: error ?
|
||||
}
|
||||
|
||||
if (apiResult["status"] == "downloading") {
|
||||
|
Reference in New Issue
Block a user