I run the rasa init , but i can not run the server. I need some easy examples to help run the server.
rasa init will just create the project with preloaded files and model.
- Train Model - rasa train --out models (–out folder path). Command Line Interface
- Run rasa server - rasa run -m models --enable-api --credentials credentials.yml.
Command Line Interface - Run Action Server - rasa run actions. Command Line Interface
Use this cheat sheet - Command Line Interface
1 Like