办学质量监测教学评价系统
ageer
2025-05-11 e3da640737feb920dd8b0d589f37b6d3db282aa0
ruoyi-modules/ruoyi-chat/src/main/java/org/ruoyi/chat/controller/chat/ChatController.java
@@ -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);
    }
    /**