Edilson Silva
Edilson Silva
How can I use CORS in Japronto? I'm already try to use Flask-CORS, Sanic-CORS but doesn't work for me.
I'm getting incorrect reponse from my ChatBot. **1 - My Chatbot was created using the following code:** ```python from chatterbot import ChatBot from chatterbot import comparisons from chatterbot import response_selection...
I signed up for Amazon to do some testing and the only way to access the DB is through a **.pem key file**. Is it possible to connect Chatterbot to...