chatgpt-google-extension
chatgpt-google-extension copied to clipboard
Google search result "paging" will generate same request again
Hi! When you navigate in google search result to the second, third page, etc. the request is sent again, and each time ChatGPT will generate a slightly different answer(!) I guess this may be difficult to implement to detect when the paging navigation was used - e.g. with Google search it changes the "start=XX" query parameter for each paging but obviously this will be different for each search engine... Anyway, thanks for this great extension!
Cheers Markus
What is the desired behaviour here?
I would assume that the desired behaviour here is to reduce the number of requests sent, when switching between results of pages. ChatGPT right now is already overloaded most of the time, and once people need to start paying for requests, I think it is almost a requirement for this extension to not send requests for the same responses when simply navigating between pages of the results.
That makes sense.