Spaces:
Paused
Paused
| { | |
| "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" | |
| } | |
| } | |
| } |