Hi! I have one question. We use rasa nlu and core together with some custom actions. In the .py file describing the custom functions, we import rasa nlu model with:
interpreter = Interpreter.load(“path/to/model”)
the problem is, that after we create a new model, we have to change the model name in the code. Is there a way to load latest model by default automatically? Or can I create a new model under some predefined name?