File size: 409 Bytes
974e338 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"default_provider": "custom",
"default_model": "deepseek-chat",
"api_key": "${LLM_SPACE_API_KEY}",
"base_url": "https://researchengineering-agi.hf.space/v1",
"workspace": "/app/vault",
"gateway": {
"host": "127.0.0.1",
"port": 42617
},
"autonomy": {
"level": "supervised",
"workspace_only": true,
"max_actions_per_hour": 20
},
"tunnel": {
"kind": "none"
}
}
|