HI,
I am launching chatbot in interactive mode as-
python3.5 -m rasa_core.train \
--online -o models/current/dialogue \
-d domain.yml -s data/stories.md \
-u models/current/nlu
Once I am done with some conversations, I want to exit the bot and get back command prompt. For now I do ctrl+C but that gives a keyboard interrupt error. Any better way of doing this?
Thank you, Shruti