mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove error about updating xtts parameters
This commit is contained in:
@ -258,10 +258,6 @@ class XTTSTtsProvider {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
if (!response.ok) {
|
|
||||||
toastr.error(response.statusText, 'An error occurred when changing TTS settings');
|
|
||||||
throw new Error(`HTTP ${response.status}: ${await response.text()}`);
|
|
||||||
}
|
|
||||||
return response
|
return response
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user