ChatterBot icon indicating copy to clipboard operation
ChatterBot copied to clipboard

How to avoid retraining the bot in ChatterBotApiView(View) in django_app/example_app/views.py

Open mohapsat opened this issue 5 years ago • 1 comments

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

mohapsat avatar Oct 18 '20 02:10 mohapsat