What is the meaning of each item?

rasa run -m models --enable-api --cors “*”

rasa run - ok, but and the others?

Have you tried rasa run --help ?

1 Like

rasa run → to run the rasa

-m models → to enable the model or search for the model path

– enable-api → to enable the API

– cors - > used for Cross-origin resource sharing (cors)

“*” → Requests from any domain origin are allowed access to the sever

Good Luck! Hope this will clear your doubt!

1 Like