# BunnyAPI / Nanobot / OpenClaw 配置(精简版) { "agents": { "defaults": { "provider": "BunnyAPI", "model": "gpt-5.4", "max_tool_iterations": 100, "memory_window": 50 } }, "providers": { "BunnyAPI": { "apiKey": "", "apiBase": "https://api.bunnyovo.top/v1" } } }