mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 08:59:39 +02:00
- 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>
15 lines
295 B
Text
15 lines
295 B
Text
# Server
|
|
PORT=3024
|
|
|
|
# Matrix Configuration
|
|
MATRIX_HOMESERVER_URL=http://localhost:8008
|
|
MATRIX_ACCESS_TOKEN=syt_xxx
|
|
MATRIX_ALLOWED_ROOMS=
|
|
MATRIX_STORAGE_PATH=./data/bot-storage.json
|
|
|
|
# STT Service (mana-stt)
|
|
STT_URL=http://localhost:3020
|
|
|
|
# STT Defaults
|
|
DEFAULT_LANGUAGE=de
|
|
DEFAULT_MODEL=whisper
|