更新语音转文本模型

This commit is contained in:
2025-10-14 22:26:36 +08:00
parent 0f19d0940b
commit f4371f332f
4 changed files with 12 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ public class AiCommonController extends BaseController
@GetMapping("/handleViceToText")
public AjaxResult handleViceToText()
{
whisperClient.handleVoiceToText("/Users/wangxiangshun/Desktop/临时文件/output.mp3");
whisperClient.handleVoiceToText("F:\\/output.mp3");
return success();
}