Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 706 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 706 Bytes

LLM bot for Delta Chat

Based on llama.cpp and JSON-RPC bindings for Delta Chat (deltachat-rpc-client, https://pypi.org/project/deltachat-rpc-server/), deltabot-cli

Installation

Run scripts/setup.sh.

Run

Enter the environment with . venv/bin/activate. Then run llmbot init <address> <password> to configure and start the bot with llmbot serve. Do not run venv/bin/llmbot without activating the environment, activating the environment is needed to add venv/bin/deltachat-rpc-server to the PATH.