Build smart chatbots for customer support.
- Create a chatbot and get API token.
- Interact with your chatbots from any client.
- With your API token and the chatting endpoint you can provide information about your product and also have a human like interaction with users, All is handled with the custom chatbots you create.
- Rename the
.env-template
file to.env
and supply your environment variables there. - Run
docker-compose build
thendocker-compose up
. - This spawns up the API, You can take a look at the front-end instructions here
- Django
- Postgres
- Redis
- Celery
- Social auth
- Langchain
- LLM
- FastApi
Before you start contributing We urge you to read the requirements here. Thank you and happy codding☕️!