chatgpt-google-extension
chatgpt-google-extension copied to clipboard
Using google search result to improve answer
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:

Using extra data:

A video showing how to use this feature:
https://user-images.githubusercontent.com/54721131/221437945-b34c69e3-6f53-4669-a459-56b4c0655c48.mov
looks sick. is the source for this version available somewhere?
Nice