small-talk-rasa-stack
small-talk-rasa-stack copied to clipboard
run.py: error: the following arguments are required: -m/--model
This error was raised when executing this command: python3.6 -m rasa_nlu.run -d models/dialogue -u models/current/nlu
Can you please help me?
Hi @123bmc, I hope this was solved already but if someone else is facing this; you need to train a mode first.
after cloning this repo and installing dependencies, try
rasa train
and then
rasa run/shell/interactive