implementation-examples
implementation-examples copied to clipboard
A repository showcasing Chatwoot implementations for various use cases.
Running through rasa docs: ``` root@rasa:~/rasa-agent-bot-demo# python3 -m gunicorn --workers=1 test:app -b 0.0.0.0 [2022-05-31 19:26:51 +0000] [5041] [INFO] Starting gunicorn 20.1.0 [2022-05-31 19:26:51 +0000] [5041] [INFO] Listening at: http://0.0.0.0:8000 (5041)...
https://discord.com/channels/647412545203994635/647412545686208527/1086067758879477791 https://github.com/arc53/DocsGPT/wiki/Chatwoot-extension
Can you please deploy to heroku button or guide to host the rasa bot for chatwoot on heroku ???
It's only returning a single-line response. I made a change in the code to return multiple lines but without buttons **Original Code - rasa_flask_router.py:** ``` def send_to_bot(sender, message): data =...
As per the documentation the router endpoint is `http://localhost:8000` however python server is only listening on `http://localhost:8000/rasa`. Either the endpoint or the documentation needs to be fixed and also reconciled...