Correct command to run for interactive mode with REST

I want to train my bot remotely, using interactive mode. I have figured out how to connect using REST, as per the docs, but I am fairly new to python (C# .NET over here) and im not sure how to connect the two call phrases I have.

The REST connector: python -m rasa_core.run -d models/current/dialogue -u models/current/nlu --port 5002 --credentials credentials.yml

The Interactive mode starter: python -m rasa_core.train interactive --core models/current/dialogue --nlu models/current/nlu --endpoints endpoints.yml

Thank you for any help :slight_smile:

1 Like