Downrank DuckDuckGo AI, by default it does not work, but those that know more about models will know which model to select to get it to work

This commit is contained in:
Diego Ripley
2026-02-24 14:26:28 -05:00
parent 9c2b4cb3cf
commit dd1397f700
+4 -3
View File
@@ -81,9 +81,6 @@ params:
contextMenu: contextMenu:
enable: true enable: true
links: links:
- name: "DuckDuckGo AI"
url: "https://duckduckgo.com/?q=Help+me+understand+this+documentation:+{url}&ia=chat"
icon: "shield-check"
- name: "Ask Perplexity" - name: "Ask Perplexity"
url: "https://www.perplexity.ai/search?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" url: "https://www.perplexity.ai/search?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
icon: "academic-cap" icon: "academic-cap"
@@ -93,6 +90,10 @@ params:
- name: "Ask Claude" - name: "Ask Claude"
url: "https://claude.ai/new?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page" url: "https://claude.ai/new?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
icon: "puzzle" icon: "puzzle"
# Last because by default it does not work, you need to select a model like GPT
- name: "DuckDuckGo AI"
url: "https://duckduckgo.com/?q=Help+me+understand+this+documentation:+{url}+read+the+url+and+any+other+urls+referenced+on+the+page"
icon: "shield-check"
navbar: navbar:
displayTitle: true displayTitle: true