ruoyi-modules/ruoyi-chat/src/main/java/org/ruoyi/chat/controller/chat/ChatController.java
@@ -28,7 +28,7 @@ /** * 描述:聊天管理 * 聊天管理 * * @author ageerle@163.com * @date 2023-03-01 @@ -70,8 +70,7 @@ @PostMapping("/audio") @ResponseBody public WhisperResponse audio(@RequestParam("file") MultipartFile file) { WhisperResponse whisperResponse = sseService.speechToTextTranscriptionsV2(file); return whisperResponse; return sseService.speechToTextTranscriptionsV2(file); } /**