16 lines
204 B
JSON
16 lines
204 B
JSON
{
|
|
"gateway": {
|
|
"mode": "local",
|
|
"bind": "lan",
|
|
"port": 8080,
|
|
"auth": {
|
|
"mode": "password"
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": "ollama/gemma4:e4b"
|
|
}
|
|
}
|
|
}
|