20 lines
No EOL
444 B
Text
20 lines
No EOL
444 B
Text
HOMESERVER=https://matrix.org
|
|
|
|
# Bot's Matrix username (full MXID)
|
|
MATRIX_USERNAME=@your_bot:matrix.org
|
|
|
|
# Either use password OR access token
|
|
PASSWORD=
|
|
ACCESS_TOKEN=syt_...
|
|
|
|
# Allowed rooms (comma-separated, no spaces)
|
|
ALLOWED_ROOMS=!roomid1:matrix.org,!roomid2:matrix.org
|
|
|
|
# Whisper settings
|
|
WHISPER_LANGUAGE=ru
|
|
WHISPER_MODEL=small
|
|
|
|
#Qwen settings
|
|
QWEN_API_KEY=your_api_key
|
|
QWEN_ENDPOINT=your_endpoint
|
|
QWEN_MODEL=qwen_model |