Files
ghostnet-openclaw/config/openclaw.json
T

16 lines
204 B
JSON

{
"gateway": {
"mode": "local",
"bind": "lan",
"port": 8080,
"auth": {
"mode": "password"
}
},
"agents": {
"defaults": {
"model": "ollama/gemma4:e4b"
}
}
}