A Matrix Bot for Chatting with AI and Generating Pictures
Go to file
0xMRTT bd94823d9e
black-action / runner / black formatter (push) Failing after 11s Details
fix: add venv to gitignore
2023-06-26 10:36:44 +02:00
.gitea/workflows fix: ci 2023-06-08 23:00:35 +02:00
matrixai fix: use first arg 2023-06-21 11:51:27 +02:00
tests inital commit 2023-06-08 19:23:01 +02:00
.gitignore fix: add venv to gitignore 2023-06-26 10:36:44 +02:00
README.md doc: add psflt 2023-06-08 23:06:49 +02:00
build.sh update 2023-06-09 22:48:24 +02:00
matrixai.service fix: add readme 2023-06-08 22:49:06 +02:00
poetry.lock inital commit 2023-06-08 19:23:01 +02:00
pyproject.toml inital commit 2023-06-08 19:23:01 +02:00
requirements.txt fix: add readme 2023-06-08 22:49:06 +02:00
run.sh.example fix: run 2023-06-08 20:28:01 +02:00

README.md

MatrixAI Bot

A Matrix Bot for chatting with AI and generating pictures

Usage

  1. Invite @ai:projectsegfau.lt to your room
  2. Chat with AI by doing !ask Who are you ?
  3. Generate a picture by doing !img A cat style=REALISTIC
  4. Do !help for getting more help

Setup

git clone https://git.projectsegfau.lt/0xMRTT/matrixai.git && cd matrixai
pip install -r requirements.txt
cp run.sh.example run.sh
mkdir -p ~/.local/share/systemd/user/
cp matrixai.service ~/.local/share/systemd/user/

And after

  • Customize run.sh with your settings
  • Fix the path to run.sh in the service file (~/.local/share/systemd/user/matrixai.service)

Thanks