diff --git a/config/config.example.json b/config/config.example.json index 276abaf55..77e5fe5fc 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -210,10 +210,6 @@ "api_key": "YOUR_BRAVE_API_KEY", "max_results": 5 }, - "duckduckgo": { - "enabled": true, - "max_results": 5 - }, "tavily": { "enabled": false, "api_key": "tvly-YOUR_TAVILY_API_KEY", @@ -223,6 +219,10 @@ "enabled": false, "api_key": "pplx-xxx", "max_results": 5 + }, + "duckduckgo": { + "enabled": true, + "max_results": 5 } }, "cron": {