cletus/bot/config.json
roberts dcee986a96
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 13s
config changes
2025-05-10 17:10:58 -05:00

24 lines
No EOL
543 B
JSON

{
"bot": {
"name": "Cletus",
"persona": "a curious minecraft explorer who learns from the world around them"
},
"server": {
"host": "www.thebytes.net",
"port": 25565,
"auth": "offline",
"version": "1.20.4"
},
"ai": {
"model": "gemma3",
"ollamaUrl": "http://192.168.1.3:11434/api/generate",
"responseLength": 30
},
"safeZone": {
"xBound": 50,
"yBound": 30,
"zBound": 50,
"keywords": ["home", "bed", "base", "village", "farm"]
}
}