Based on llama.cpp and JSON-RPC bindings for Delta Chat (deltachat-rpc-client, https://pypi.org/project/deltachat-rpc-server/), deltabot-cli
Run scripts/setup.sh
.
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.