2025-03-24 18:03:56 +00:00
ver = "250325d"
2025-03-23 19:03:28 +01:00
#*************************************************#
# #
# LANGUAGES #
# #
#*************************************************#
[ LANGUGAE . english ]
radarStarted = "RADAR Started with in - {}s."
#**************************************************#
# #
# LOGS #
# #
#**************************************************#
[ LOGS ]
processStartMsg = true
#**************************************************#
# #
# DETECTION #
# #
#**************************************************#
[ DETECTION ]
watchdogPath = "./"
SignaturePath = "./signatures"
2025-03-24 18:03:56 +00:00
watchdogIgnorePath = [ "./signatures" ]
watchdogIgnoreFile = [ "main.py" ]
2025-03-23 19:03:28 +01:00
#**************************************************#
# #
# INTEGRATION #
# #
#**************************************************#
[ INTEGRATION . AI ]
2025-03-24 18:03:56 +00:00
enabled = true
2025-03-23 19:03:28 +01:00
generate_model = "llama-3.1-8b-instant" # for home usage gemma3:1b recommended, for Groq llama-3.1-8b-instant
generate_endpoint = "http://IP:PORT/api/generate" # Can be empty if using groq
use_groq = true
2025-03-24 18:03:56 +00:00
groq_api_token = "" # Get one at https://console.groq.com/keys
2025-03-23 19:03:28 +01:00
2025-03-24 18:03:56 +00:00
prompt = "Analyze the given code and return an abuse score (0-10) with a brief reason. Example abuses: Crypto Miner, Shell Access, Nezha Proxy (VPN/Proxy usage), Disk Filling, Tor, DDoS, Abusive Resource Usage. Response format: '**5/10** <your reason>'. No extra messages."
2025-03-23 19:03:28 +01:00
[ INTEGRATION . DISCORD ]
2025-03-24 18:03:56 +00:00
enabled = true
webhook_url = ""
2025-03-23 19:03:28 +01:00
truncate_text = true # Used only if AI INTEGRATION is enabled, trunclates text if true to maxium allowed characters or when false splits in few webhook messages.