Make sure you have set up the Rasa on your system or server.
- Step 1: Since this Chat UI communicates with the Rasa server using
rest
channel, make sure you have addedrest
channel in thecredentials.yml
file - Once you have developed your bot and you are ready to integrate the bot with the UI, you can start the Rasa server using the below command
rasa run -m models --enable-api --cors "*" --debug
- If you have custom actions, you can start the action server using the below command
rasa run actions
- Once you have you Rasa server up and running, you can test the bot by running the
index.html
file in the browser.