feat: add STT service for voice message recognition
- Add STT service with Whisper support (faster-whisper, whisper CLI, OpenAI API) - Update Gateway to handle Telegram voice/audio/video_note messages - Add STT service to docker-compose.yml - Gateway now converts voice → text → DAGI Router → text response
This commit is contained in:
6
services/stt-service/requirements.txt
Normal file
6
services/stt-service/requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
python-multipart==0.0.6
|
||||
faster-whisper==1.0.0
|
||||
openai>=1.0.0
|
||||
|
||||
Reference in New Issue
Block a user