This commit is contained in:
Timothy J. Baek
2024-06-08 13:18:42 -07:00
parent 40ea18d54d
commit 3499ec3f79
4 changed files with 14 additions and 9 deletions

View File

@@ -245,8 +245,7 @@
const res = await synthesizeOpenAISpeech(
localStorage.token,
$settings?.audio?.tts?.voice ?? $config?.audio?.tts?.voice,
sentence,
$settings?.audio?.tts?.model ?? $config?.audio?.tts?.model
sentence
).catch((error) => {
toast.error(error);