I created a project with this command: rasa init the name of the project is rsapersons then i trained the model with the command rasa train then i runed a rasa server with the command: rasa run -m models --enable-api --log-file out.log and it work.
But i want to create a other model in the same project and consume in the same url “http://localhost:8084/model/parse” its possible?
thanks