Run actions without action server

I am creating weather chatbot using the above article with the flask. I need help with actions. My actions server is running perfectly. But I don’t want run action server. I want actions should be done without rasa actions server. I tried but it always asks about actions server to run.

You must run an action server. In the current version of Rasa that’s the only way to do it as described over here:
https://rasa.com/docs/core/customactions/