wong2 / chatgpt-google-extension

This project is deprecated. Check my new project ChatHub:
https://github.com/chathub-dev/chathub
GNU General Public License v3.0
13.26k stars 1.5k forks source link

ChatGPT login (non-API key) based search is not working #391

Open nijindal opened 8 months ago

nijindal commented 8 months ago

Describe the bug The ChatGPT login to get the free ChatGPT search option is not generating any response.

Desktop (please complete the following information):

Screenshot attached:

image

I have tried it many times and its continuously not working.

aarushbhutra commented 8 months ago

Same, happening to me!

noor-softversum commented 8 months ago

Yes same is happening to me, so what is the solution?

shandianchengzi commented 7 months ago

Perhaps it was just a brief suspension of the text-davinci-002-render model. I recently discovered that my webapp has been restored.

If your model has not been restored, you can consider modifying the model in this line of code (https://github.com/wong2/chatgpt-google-extension/blob/61d990c13639b4b7e50802182d4324c5b75ef16e/src/background/providers/chatgpt.ts#L81C10-L81C10) and recompiling it. (maybe text-davinci-002-render-sha)

It works for me.

kalideir commented 7 months ago

@shandianchengzi thank you very much this actually works!.