ruoyi-common/ruoyi-common-chat/src/main/java/org/ruoyi/common/chat/openai/OpenAiStreamClient.java
@@ -466,8 +466,8 @@ * @since 1.1.3 */ public ResponseBody textToSpeech(TextToSpeech textToSpeech){ Call<ResponseBody> responseBody = this.openAiApi.textToSpeech(textToSpeech); try { Call<ResponseBody> responseBody = this.openAiApi.textToSpeech(textToSpeech); return responseBody.execute().body(); } catch (IOException e) { throw new BaseException("文本转语音(同步)失败: "+e.getMessage());