This commit is contained in:
2025-12-24 02:48:22 +00:00
parent 016ba6583d
commit 02df63b08b

View File

@@ -8,8 +8,8 @@ model = "devstral-small-2:latest"
max_concurrent_diagnoses = 1 # Maximum parallel AI diagnosis requests max_concurrent_diagnoses = 1 # Maximum parallel AI diagnosis requests
# Telegram notifications (optional - leave empty to disable) # Telegram notifications (optional - leave empty to disable)
telegram_bot_token = "8339158626:AAG3O0hmFYsQdW43ikcGBwSa5RnYIl4axFE" telegram_bot_token = "TG_BOT_TOKEN"
telegram_chat_id = "124317807" telegram_chat_id = "TG_CHAT_ID"
# System prompt for the AI assistant # System prompt for the AI assistant
system_prompt = """You are a Kubernetes diagnostic expert. Analyze issues using provided tools. system_prompt = """You are a Kubernetes diagnostic expert. Analyze issues using provided tools.