- Notifications
You must be signed in to change notification settings - Fork475
Open
Description
I just had a situation where I sent a prompt, received a response, and probably when the response was complete, apparently ChatGPT failed to send whatever the program needs so it can know the response is complete. I was forced to terminate the process, resulting in a traceback. As a result, the log file was empty, this being my first prompt during the logged session. I don't know if this is possible, but it would be nice if the program handled these situations better, making sure anything it did receive before the traceback is properly logged.