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
Terminal now handles KeyboardInterrupt and EOF from ctrl c and ctrl d
to end chat bot sessions.
This also fixes an issue where chatbot would reply after the exit()
command was issued. In addition the exit() command has been marked
for deprication in favor of using KeyboardInterrupt and EOF commands.