- 后端:新增 /api/audio/transcribe 接口,调用 Ollama whisper 进行语音识别 - 前端:新增 AudioTranscribePage.vue 页面,支持 MP3/WAV/M4A/OGG/FLAC 等格式 - 注册路由、工具卡片、智能助手欢迎语更新 Co-Authored-By: Claude Code <noreply@anthropic.com>
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
fastapi==0.116.1
|
|
uvicorn==0.35.0
|
|
numpy==2.3.2
|
|
faiss-cpu==1.12.0
|
|
torch==2.8.0
|
|
transformers==4.55.4
|