Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 688 Bytes

ChatBot

Latest Release CI Code style: black

Conversational chat-bot for Delta Chat, using GPT4All.

Install

pip install deltachat-chatbot

Usage

Configure the bot:

chatbot init [email protected] PASSWORD

Start the bot:

chatbot serve

Run chatbot --help to see all available options.