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.