Michelangelo27 / chatgpt_selenium_automation

MIT License
87 stars 31 forks source link

Not full response saved #9

Closed romrayster closed 2 months ago

romrayster commented 2 months ago

Hello, Again great work on the tool - for me it breaks off afters saving maybe half the response? It doesn't wait until chatgpt generated the response until the end.

Something I can do about it?

Michelangelo27 commented 2 months ago

Hi, thanks :) in the function "send_prompt_to_chatgpt" is defined a time.sleep which says for how long the script will wait for chatgpt response u can increase the number. A better solution would be a command that automatically checks if chatgpt has already finished responding.