rasa run -m models --enable-api --cors “*”
rasa run - ok, but and the others?
rasa run -m models --enable-api --cors “*”
rasa run - ok, but and the others?
Have you tried rasa run --help
?
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!