From 02df63b08ba483e7db7322f2eb2b8f8b8382f16c Mon Sep 17 00:00:00 2001 From: AB-UK Date: Wed, 24 Dec 2025 02:48:22 +0000 Subject: [PATCH] Init --- config.toml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml.example b/config.toml.example index 488a50e..1a82585 100644 --- a/config.toml.example +++ b/config.toml.example @@ -8,8 +8,8 @@ model = "devstral-small-2:latest" max_concurrent_diagnoses = 1 # Maximum parallel AI diagnosis requests # Telegram notifications (optional - leave empty to disable) -telegram_bot_token = "8339158626:AAG3O0hmFYsQdW43ikcGBwSa5RnYIl4axFE" -telegram_chat_id = "124317807" +telegram_bot_token = "TG_BOT_TOKEN" +telegram_chat_id = "TG_CHAT_ID" # System prompt for the AI assistant system_prompt = """You are a Kubernetes diagnostic expert. Analyze issues using provided tools.