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:
parent
5da0c87d19
commit
9902eceec0
1 changed files with 4 additions and 4 deletions
|
|
@ -210,10 +210,6 @@
|
||||||
"api_key": "YOUR_BRAVE_API_KEY",
|
"api_key": "YOUR_BRAVE_API_KEY",
|
||||||
"max_results": 5
|
"max_results": 5
|
||||||
},
|
},
|
||||||
"duckduckgo": {
|
|
||||||
"enabled": true,
|
|
||||||
"max_results": 5
|
|
||||||
},
|
|
||||||
"tavily": {
|
"tavily": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"api_key": "tvly-YOUR_TAVILY_API_KEY",
|
"api_key": "tvly-YOUR_TAVILY_API_KEY",
|
||||||
|
|
@ -223,6 +219,10 @@
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"api_key": "pplx-xxx",
|
"api_key": "pplx-xxx",
|
||||||
"max_results": 5
|
"max_results": 5
|
||||||
|
},
|
||||||
|
"duckduckgo": {
|
||||||
|
"enabled": true,
|
||||||
|
"max_results": 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cron": {
|
"cron": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue