From afac0a92164031dcdf2c5db7b1ce5c8f6f6395f7 Mon Sep 17 00:00:00 2001 From: ochenstarik-ui Date: Fri, 24 Jul 2026 08:44:13 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20supervisor=20notify=5Ftelegram=3DFalse?= =?UTF-8?q?=20=E2=80=94=20=D0=B1=D0=B5=D0=B7=20=D1=81=D0=BF=D0=B0=D0=BC?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/supervisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supervisor.py b/scripts/supervisor.py index fdb3718..13da095 100644 --- a/scripts/supervisor.py +++ b/scripts/supervisor.py @@ -62,7 +62,7 @@ DEFAULT_CONFIG = { "cooldown_minutes": 30, "api_key": "sk-a345af809e8a26f0693b9405344edc8adc5b5a96", # 9Router key "health_url": "http://localhost:20127/v1/chat/completions", - "notify_telegram": True, + "notify_telegram": False, "providers": { "opencode-go": {"test_model": "opencode-go/kimi-k2.7-code"}, "xai": {"test_model": "xai/grok-4"},