python -m rasa_core.run -c socketio -d models/dialogue -u models/current/nlu --port 5002 --credentials credentials.yml --debug
This command runs in local host port no , How can we change this command when it will be run in cloud ?
python -m rasa_core.run -c socketio -d models/dialogue -u models/current/nlu --port 5002 --credentials credentials.yml --debug
This command runs in local host port no , How can we change this command when it will be run in cloud ?
Hi @Chaitanya, what do you mean by run in cloud? Could you give us some more informations about what are you trying to do?
My bot is running locally. Now i am trying to deploy in cloud but the above command gives local host port number
@Chaitanya did you find the solution… If yes could you please tell, how we can fix