feat: replace Whisper with Deepgram ASR + speaker diarization

This commit is contained in:
OpenClaw Bot
2026-02-17 12:14:25 +08:00
parent ff72dd0c56
commit e85038a1fb
8 changed files with 299 additions and 2 deletions

7
backend/requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
fastapi==0.115.0
uvicorn[standard]==0.32.0
python-multipart==0.0.17
deepgram-sdk==3.7.0
httpx==0.27.2
pydantic==2.9.2
python-dotenv==1.0.1