Command line instead of HTTP server

Hello everyone,

I am using rasa in ubuntu server and I have successfully installed all files. But when I invoked the following command it starts the command line bot.

python -m rasa_core.server -d models/current/dialogue -u models/current/nlu

output:

Untitled

Please help me to use it as http server

you have to provide an input channel to the run script, then it will run as a server

where do i have to provide that? can u please tell me the process? thanks

Please refer to our documentation: https://rasa.com/docs/core/0.10.4/connectors/