diff --git a/app/components/tts-config.tsx b/app/components/tts-config.tsx index 091f55445..0ca82567e 100644 --- a/app/components/tts-config.tsx +++ b/app/components/tts-config.tsx @@ -140,14 +140,9 @@ export function TTSConfigList(props: { : Locale.Chat.Actions.Speech } onClick={() => { - if (speechStatus) { - ttsPlayer.stop(); - setSpeechStatus(false); - } else { - openaiSpeech( - "NextChat,Unleash your imagination, experience the future of AI conversation.", - ); - } + openaiSpeech( + "NextChat,Unleash your imagination, experience the future of AI conversation.", + ); }} />