Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 210 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 210 Bytes

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 "*"