feat: 新增语音转文字(ASR)功能
- 后端:新增 /api/audio/transcribe 接口,调用 Ollama whisper 进行语音识别 - 前端:新增 AudioTranscribePage.vue 页面,支持 MP3/WAV/M4A/OGG/FLAC 等格式 - 注册路由、工具卡片、智能助手欢迎语更新 Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
# eaisalestrain_app — API 文档
|
||||
# eai_agentplatform_app — API 文档
|
||||
|
||||
> **版本:V1.1 | 协议:HTTP/JSON | 认证:JWT Bearer**
|
||||
> **最后更新:2026-08-15**
|
||||
@@ -570,7 +570,7 @@ data: {"type": "done"}
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"service": "eaisalestrain-app",
|
||||
"service": "eai_agentplatform-app",
|
||||
"version": "1.1.0"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user