{
"agents": {
"defaults": {
"provider": "BunnyAPI",
"model": "gpt-5.4",
"max_tool_iterations": 100,
"memory_window": 50
}
},
"providers": {
"BunnyAPI": {
"apiKey": "<YOUR_BUNNYAPI_KEY>",
"apiBase": "https://api.bunnyovo.top/v1"
}
}
}