From 9902eceec05a41c94b9041c6b32873dab82df601 Mon Sep 17 00:00:00 2001 From: muava12 Date: Wed, 25 Feb 2026 09:09:04 +0800 Subject: [PATCH] style(config): reorder search providers by priority Move duckduckgo to the bottom of the web search providers list to reflect its lower priority compared to tavily and perplexity. --- config/config.example.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {