mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
refresh voices upon checkReady in openai-compatible TTS
This commit is contained in:
@@ -120,7 +120,7 @@ class OpenAICompatibleTtsProvider {
|
||||
}
|
||||
|
||||
async checkReady() {
|
||||
await this.fetchTtsVoiceObjects();
|
||||
this.voices = await this.fetchTtsVoiceObjects();
|
||||
}
|
||||
|
||||
async onRefreshClick() {
|
||||
|
Reference in New Issue
Block a user