Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AI tools #113

Merged
merged 6 commits into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions data/bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13068,6 +13068,14 @@
"c": "Tech",
"sc": "Languages (php)"
},
{
"s": "DuckDuckGo AI Chat",
"d": "duckduckgo.com",
"t": "ddg-chat",
"u": "https://duckduckgo.com/?q={{{s}}}&ia=chat&bang=true",
"c": "Online Services",
"sc": "Tools"
},
{
"s": "DuckDuckGo Calculator",
"d": "duckduckgo.com",
Expand Down Expand Up @@ -14800,6 +14808,14 @@
"c": "Tech",
"sc": "Sysadmin (packages)"
},
{
"s": "ChatGPT",
"d": "chatgpt.com",
"t": "chatgpt",
"u": "https://chatgpt.com/?q={{{s}}}",
"c": "Online Services",
"sc": "Tools"
},
{
"s": "Chatters Salons",
"d": "chatters.ca",
Expand Down Expand Up @@ -17318,6 +17334,14 @@
"c": "Research",
"sc": "Academic"
},
{
"s": "Microsoft Copilot",
"d": "bing.com",
"t": "copilot",
"u": "https://bing.com/chat?q={{{s}}}&sendquery=1",
"c": "Online Services",
"sc": "Tools"
},
{
"s": "The Coppermind",
"d": "coppermind.net",
Expand Down Expand Up @@ -59754,6 +59778,14 @@
"c": "Multimedia",
"sc": "Books"
},
{
"s": "Mistral Chat",
"d": "chat.mistral.ai",
"t": "mistral",
"u": "https://chat.mistral.ai/chat?q={{{s}}}",
"c": "Online Services",
"sc": "Tools"
},
{
"s": "Misumi USA",
"d": "us.misumi-ec.com",
Expand Down Expand Up @@ -70612,6 +70644,14 @@
"c": "Tech",
"sc": "Languages (perl)"
},
{
"s": "Perplexity AI",
"d": "perplexity.ai",
"t": "perplexity",
"u": "https://perplexity.ai/?q={{{s}}}",
"c": "Online Services",
"sc": "Tools"
},
{
"s": "Personality Database",
"d": "personality-database.com",
Expand Down Expand Up @@ -104588,6 +104628,14 @@
"c": "Online Services",
"sc": "Tools"
},
{
"s": "You.com",
"d": "you.com",
"t": "youai",
"u": "https://you.com/search?q={{{s}}}",
"c": "Online Services",
"sc": "Tools"
},
{
"s": "有道词典",
"d": "dict.youdao.com",
Expand Down
Loading