Is there an easy example to help me run the server?

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.

  1. Train Model - rasa train --out models (–out folder path). Command Line Interface
  2. Run rasa server - rasa run -m models --enable-api --credentials credentials.yml.
    Command Line Interface
  3. Run Action Server - rasa run actions. Command Line Interface

Use this cheat sheet - Command Line Interface

1 Like