small-talk-rasa-stack icon indicating copy to clipboard operation
small-talk-rasa-stack copied to clipboard

run.py: error: the following arguments are required: -m/--model

Open 123bmc opened this issue 5 years ago • 1 comments

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?

123bmc avatar Mar 13 '19 06:03 123bmc

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

karman1102 avatar Jul 01 '20 13:07 karman1102