interstellard / chatgpt-advanced

WebChatGPT: A browser extension that augments your ChatGPT prompts with web results.
https://webchatgpt.app
MIT License
6.45k stars 838 forks source link

Allow to change search engine #87

Open SofieneLaarif opened 1 year ago

SofieneLaarif commented 1 year ago

Hi,

Already very good job. Is it possible to allow the user to change the search engine? (google, bing, google scholar, pubmed). This will make the extension very useful for more specific tasks.

dbonattoj commented 1 year ago

Hi, I also wanted to change the search engine in the code to directly make requests to Google Scholar with some additional options. in particular:

But I noted in the code that the query relies on some external app: https://github.com/qunash/chatgpt-advanced/blob/efb6832a5ae121bebae0ee9e4a733febb9085040/src/content-scripts/api.ts#L20

Is it possible to make it open-source as well ? Or maybe just add the options in the vercel app?

qunash commented 1 year ago

You can now use duckduckgo bangs to get search results from many other sites and search engines. See the latest release notes.