mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
feat(matrix-stt-bot): add speech-to-text Matrix bot
- New bot that transcribes voice messages to text - Uses mana-stt service (Whisper/Voxtral) for transcription - Supports German and English with auto-detection - Commands: !language, !model, !status, !help - Runs on port 3024 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d7236d61fa
commit
e357f9f292
16 changed files with 1451 additions and 584 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -123,3 +123,4 @@ pip-delete-this-directory.txt
|
|||
|
||||
# ML Models (large files, downloaded on demand)
|
||||
mlx_models/
|
||||
services/matrix-stt-bot/data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue