2025-08-03 23:32:48 +00:00
2025-08-03 23:31:56 +00:00
2025-08-03 23:31:56 +00:00
2025-08-02 22:19:13 +00:00
2025-08-03 23:32:48 +00:00
2025-08-03 18:57:07 +00:00
2025-08-03 20:05:21 +00:00
2025-06-30 17:22:49 -04:00
2025-08-03 23:31:56 +00:00

Pleroma -> Ollama Bot Setup

  1. Clone project
  2. Install Node v22.11.0 if you don't have it already
    • If using nvm, just nvm install 22.11.0 and then nvm use 22.11.0 if necessary
  3. cd into the project directory
  4. Run npm install
  5. Run npx prisma migrate dev --name init
  6. To start, run npm run start

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.

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