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.
This commit is contained in:
muava12 2026-02-25 09:09:04 +08:00
parent 5da0c87d19
commit 9902eceec0

View file

@ -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": {