- https://youtu.be/eJMT2FovZsM for integration and edit chatbot looks
- https://github.com/JiteshGaikwad/Chatbot-Widget/blob/main/docs/gallery.md sources to add into chatbot ui
- for the
index.html
, line 6 use either 1.0.0 or 1.0.1 - trouble shooting video and forum :
Steps:
Run rasa in your virtual env
code .
copy paste domain.yml
nlu.yml
stories.yml
and save
rasa train
rasa shell
copy paste index.html
, code source from : https://github.com/botfront/rasa-webchat
rasa run -m models --enable-api --cors "*" --debug
make sure socket url port number in terminal == coding at index.html