chatgpt-google-extension icon indicating copy to clipboard operation
chatgpt-google-extension copied to clipboard

Using google search result to improve answer

Open andreocunha opened this issue 2 years ago • 2 comments

I made a modification to the extension by adding extra data to ChatGPT's prompt. Basically, I make a request to Google with the typed question, get the HTML of the search, and convert the important parts into Markdown to facilitate ChatGPT's understanding. This way, the answers will be more up-to-date since the model was only trained with data up to 2021. Below is an example with the feature turned off and on.

Not using Google search data: off

Using extra data: on

A video showing how to use this feature:

https://user-images.githubusercontent.com/54721131/221437945-b34c69e3-6f53-4669-a459-56b4c0655c48.mov

andreocunha avatar Feb 26 '23 21:02 andreocunha

looks sick. is the source for this version available somewhere?

zifuyang avatar Mar 17 '23 00:03 zifuyang

Nice

bigplayer-ai avatar Mar 22 '23 18:03 bigplayer-ai