Skip to content

deltachat-bot/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.