Files
PartMan 6b4bc34e44
Some checks failed
Publish to npm / test (push) Has been cancelled
Publish to npm / get-version (push) Has been cancelled
Node.js CI / build (22.x) (push) Has been cancelled
Publish to npm / npm-publish (push) Has been cancelled
Bump Node required version to 22 and TS to ESNext (#11699)
2026-09-06 03:17:10 -07:00
..
2025-10-17 19:37:47 -07:00
2022-02-15 20:44:29 -05:00
2025-12-13 13:11:39 -06:00

Artemis

This is the source code for PS's moderation AI, Artemis.

It has two versions, one local and one remote.

The remote version uses Google's Perspective API to classify messages, and requires a key set in Config.perspectiveKey.

The local version uses detoxify to classify messages. Before using it, run ./server/artemis/install (this script installs dependencies and the model the local version uses).