NanoBot / config.json
naimulislam999's picture
Create config.json
99d4dd7 verified
Raw
History Blame Contribute Delete
534 Bytes
{
"agents": {
"defaults": {
"workspace": "/root/.nanobot/workspace",
"model": "placeholder-model",
"temperature": 0.7,
"maxToolIterations": 100,
"provider": "custom",
"memoryWindow": "20",
"reasoningEffort": "low"
}
},
"channels": {
"telegram": {
"enabled": true,
"token": "placeholder-token",
"allowFrom": [],
"proxy": null
}
},
"providers": {
"custom": {
"apiKey": "placeholder-key",
"apiBase": "placeholder-url"
}
}
}