2025-07-01 15:25:00 -04:00
2025-06-29 15:25:50 -04:00
2025-07-01 15:25:00 -04:00
2025-07-01 15:25:00 -04:00
2025-06-29 15:05:39 -04:00
2025-06-29 16:19:56 -04:00
2025-07-01 15:25:00 -04:00
2025-07-01 15:25:00 -04:00
2025-07-01 15:25:00 -04:00
2025-06-30 17:22:49 -04:00
2025-07-01 15:25:00 -04:00

Pleroma -> Ollama Bot Setup

  1. Clone project
  2. Install npm 22.11.0 if you don't have it already
  3. cd into the project directory
  4. Run npm install
  5. Run npx prisma migrate dev --name init
  6. To run the software on a cronjob, use npm run once
  7. To run continuously, use npm run ws

Database Migrations

If you add stuff to the schema, follow the Prisma development workflow. This will apply the new schema to the database and generate a new Prisma client with type safety.

Setting as a system service will come at some point, or someone could contribute if they wanted.

Description
A bot that uses Ollama to generate responses for Pleroma based instances.
Readme 190 KiB
Languages
TypeScript 100%