- I am using my own ASR and TTS endpoints for having a voice feature to the chatbot I had created using Rasa Pro.
- I am running the rasa server in my terminal using the command:
rasa run -m models --enable-api --port 6001 --cors "*"
- When server is up, I am running my voice_bot script. and sending the an initial message “Hello”.
- When I re-run my voice_bot script, instead of starting a new flow as the initial message is being sent again, it is resuming the old conversation which is not what I need.
How can I overcome this issue?
Any updated and corrected response is appreciated.
@jtrasa Could you please respond to this?