diff --git a/.env.example b/.env.example index cbd76b2..b7c5249 100644 --- a/.env.example +++ b/.env.example @@ -12,4 +12,9 @@ ALLOWED_ROOMS=!roomid1:matrix.org,!roomid2:matrix.org # Whisper settings WHISPER_LANGUAGE=ru -WHISPER_MODEL=small \ No newline at end of file +WHISPER_MODEL=small + +#Qwen settings +QWEN_API_KEY=your_api_key +QWEN_ENDPOINT=your_endpoint +QWEN_MODEL=qwen_model \ No newline at end of file