cletus/bot/config.json
roberts d53388c084
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 13s
docker compose changes
2025-05-10 12:51:01 -05:00

22 lines
No EOL
517 B
JSON

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