Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created March 25, 2021 07:46
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save amankharwal/815b3f564f3e59b0955e67bb41009147 to your computer and use it in GitHub Desktop.
#default message at the start of chat
print("Hi, I'm thecleverprogrammer and I like to chat\nPlease type lowercase English language to start a conversation. Type quit to leave ")
#Create Chat Bot
chat = Chat(pairs, reflections)
#Start conversation
chat.converse()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment