how to stop parsing input ,when i run rasa shell . $ rasa shell
NLU model loaded. Type a message and press enter to parse it. Next message:
how to stop parsing input ,when i run rasa shell . $ rasa shell
NLU model loaded. Type a message and press enter to parse it. Next message:
Enter /stop
Hi sharad,
If you are using linux, you can use Ctrl + c.
thanks for your input. it works.
It didn’t help,I use Windows
Did you try entering “/stop”?
Hi, this doesn’t work for me, it just shuts down the server.
Hi, I just realised that this message appears when the shell is deployed on an NLU-only model. During training, an NLU-model is saved when an error occurred while reading the domain.yml file, due to a syntax error for example.
You need to check the errors during training to find why the NLU-only model was produced.