24 lines
343 B
JSON
24 lines
343 B
JSON
{
|
|
"gateway": {
|
|
"mode": "local",
|
|
"bind": "lan",
|
|
"port": 8080,
|
|
"auth": {
|
|
"mode": "password"
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"model": "ollama/qwen-coding"
|
|
}
|
|
},
|
|
"mcp": {
|
|
"servers": {
|
|
"router": {
|
|
"url": "http://tool-router:3000/sse",
|
|
"transport": "sse"
|
|
}
|
|
}
|
|
}
|
|
}
|