You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error by \r ; append error message to history
ChatGPT returns \r\n for new line. \r causes error
Error message are appended to the last code chunk. This way, it will not return the same code, even if user click the submit button twice.