Connecting the assistant to the outside world

No local instance of the website. When I complete all the steps of the development of the bot, I then enter the final code on the command line:

python3 -m rasa_core.run -d models/dialogue -u models/current/default/nlu --port 5005 --endpoints endpoints.yml --credentials credentials.yml

The port that I open is the same one that I have in my website chatbot script:

listed above in comment 14

That should probably be host: "http://localhost:5005/"