Skip to content

jupiterbak/RASA

Repository files navigation

Start

To run rasa run the following commands:

  • Enter DialogEngineService
cd DialogEngineService
  • Run the actions
rasa run actions
  • Run rasa
rasa run --enable-api --cors "*"