terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

If I use conversation_id it doesn't work if I don't put the cursor on the window that opens #112

Open Edurenasseco opened 1 year ago

Edurenasseco commented 1 year ago

Hello, if I use conversation_id the API works, but only if I put the cursor on the window that opens. I've tried to automatically place the cursor there, but I can't because I think it should be specified in the API code. Can you try to fix it please?

Frninezy commented 1 year ago

I have the same error

terry3041 commented 1 year ago

What do you mean by "it doesn't work"? It does not automatically input the prompt? And can you please specify your environment?

Edurenasseco commented 1 year ago

I don't put the cursor on it, so I don't see what exactly happens, but either ChatGPT is not executed (the verification that I am human does not pass) or if it does enter, the prompt is not written. My environment is Windows 11.