From 806e85fcec7751e5f3cd4c75840471ad45d37afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BB=D0=BE=D0=BD=D0=BE=D0=B2=D0=B0=20=D0=90=D0=BD?= =?UTF-8?q?=D0=BD=D0=B0?= Date: Thu, 26 Mar 2026 01:00:46 +0300 Subject: [PATCH] Add qwen settings to env.example --- .env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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