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

"stop generating" integration?

Open anandijain opened this issue 2 years ago • 4 comments

Sometimes I google something, but then go to chatgpt to ask it something else, which then gives Only one message at a time. Please allow any other responses to complete before sending another message, or wait one minute.

They recently introduced a stop generating button on the main site. Would it be hard to put that in the extension? If not, it would be a nice feature.

Thank you so, so much for this extension. It is truly wonderful!

anandijain avatar Jan 23 '23 18:01 anandijain

Yeah it is possible to add this feature

wong2 avatar Jan 24 '23 07:01 wong2

Yes plz add this feature

chrahman avatar Feb 16 '23 17:02 chrahman

@wong2 It seems that clicking the 'Stop generating' button in ChatGPT does not trigger any API calls. How do you plan to implement this feature in chatgpt-google-extension?

CODe5753 avatar Feb 20 '23 04:02 CODe5753

@wong2 It seems that clicking the 'Stop generating' button in ChatGPT does not trigger any API calls. How do you plan to implement this feature in chatgpt-google-extension?

It is possible, using abortControllar and sending abort signal in API fetch options. it will actually abort the answer generating request.

chrahman avatar Feb 20 '23 04:02 chrahman

This feature is implemented in version 2.0.1.

Please upgrade to 2.0.1 from Chrome store: https://chrome.google.com/webstore/detail/chatgpt-for-google/jgjaeacdkonaoafenlfkkkmbaopkbilf

giyyapan avatar Feb 22 '23 07:02 giyyapan