Skip to content

Commit

Permalink
replace ai by openai
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed May 7, 2024
1 parent eea90a8 commit fedb8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class I4kFindSymbols {
uri: encodeURIComponent("!"),
engines: {
"?": `${window.location.href}/#q=!docs%20{}`,
ai: "https://duckduckgo.com/?ia=chat&q={}",
ai: "https://chat.openai.com/?q={}",
arxiv: "https://arxiv.org/search/?query={}",
docs: "https://github.com/internet4000/find/#{}",
c: "https://contacts.google.com/search/{}",
Expand Down

0 comments on commit fedb8c7

Please sign in to comment.