How do I specify model name while parsing messages using http parse post request in rasa2.0?

api : domain/model/parse

When you start Rasa, it would normally load a model. If you want to change the model, you can call the replaceModel endpoint.

You can also ask for the currently active model via the getVersion endpoint.

Greg

1 Like