Init
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user