22 lines
No EOL
515 B
JSON
22 lines
No EOL
515 B
JSON
{
|
|
"bot": {
|
|
"name": "Cletus",
|
|
"host": "192.168.1.90",
|
|
"port": 25565,
|
|
"auth": "offline",
|
|
"version": "1.20.4"
|
|
},
|
|
"ai": {
|
|
"model": "gemma3",
|
|
"ollamaUrl": "http://localhost: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"]
|
|
}
|
|
}
|
|
|