huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.74k stars 430 forks source link

Adding Color and Exit point. #111

Open shahinvx opened 3 years ago

shahinvx commented 3 years ago

Problem i faced : When i run interact.py to interact with my bot , there is no option to exit from interaction with bot or stop talking with bot.

Solved : So i make some changes , Now when you run interact.py then you can easily stop/exit talking/interaction by typing "quit" . Solved : Also add some color to identify which text from "You" and what is the reply from "Bot" .