Updating existing domain.yml

I am updating the data in domain.yml below

templates: utter_greet:

  • text: “Hey! How are you?”

to templates: utter_greet:

  • text: “Hey! How can i help you?”

But after updating when i am running rasa init and while chatting, bot is replying with " Hey! How are you?" instead of “Hey! How can i help you?”

hey @raysaswat first train the model with rasa train command and then run with rasa run

Thanks