Unable to run only Rasa NLU

@kmrashutosh Your solution looks good!

@argideritzalpea Your command should look like this: run --enable-api --model models -p 5100 -c twilio --credentials credentials.yml --endpoints endpoints-twilio.yml. In Rasa 1.0 you should have one tar.gz model file that contains both models - Core and NLU. Use rasa train to train such a model. The arguments -d and -u do not exists anymore. Also --enable_api is now --enable-api.

3 Likes