nanobot/poc/config/config.json

21 lines
436 B
JSON

{
"provider": {
"model": "gpt-4",
"api_base": "https://api.openai.com/v1",
"api_key": "NOT_USED_IN_POC_TESTS"
},
"channels": {
"telegram": {
"enabled": false,
"token": "NOT_USED_IN_POC_TESTS",
"allow_from": ["123456789"]
},
"whatsapp": {
"enabled": false,
"bridge_url": "ws://localhost:3000"
}
},
"workspace": "/app/workspace",
"skills_dir": "/app/nanobot/skills"
}