24 lines
No EOL
543 B
JSON
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"]
|
|
}
|
|
}
|
|
|