ChatterBot
ChatterBot copied to clipboard
How to avoid retraining the bot in ChatterBotApiView(View) in django_app/example_app/views.py
How do I avoid retraining the bot each time a POST request is made to the ChatterBotApiView(View) in ChatterBot/examples/django_app/example_app/views.py
Ideally, I would like to instance the bot and train on get and just handle responses in post to speed up the response time.
Any suggestions would be appreciated