fix: supervisor notify_telegram=False — без спама

This commit is contained in:
ochenstarik-ui 2026-07-24 08:44:13 +07:00
parent b36a530d28
commit afac0a9216

View file

@ -62,7 +62,7 @@ DEFAULT_CONFIG = {
"cooldown_minutes": 30, "cooldown_minutes": 30,
"api_key": "sk-a345af809e8a26f0693b9405344edc8adc5b5a96", # 9Router key "api_key": "sk-a345af809e8a26f0693b9405344edc8adc5b5a96", # 9Router key
"health_url": "http://localhost:20127/v1/chat/completions", "health_url": "http://localhost:20127/v1/chat/completions",
"notify_telegram": True, "notify_telegram": False,
"providers": { "providers": {
"opencode-go": {"test_model": "opencode-go/kimi-k2.7-code"}, "opencode-go": {"test_model": "opencode-go/kimi-k2.7-code"},
"xai": {"test_model": "xai/grok-4"}, "xai": {"test_model": "xai/grok-4"},