pokemon-showdown/server/artemis
Mia 39c43fc8b1 Artemis: Ignore ETIMEDOUT errors
Not on our end. Not much we can do.
2025-12-13 13:11:39 -06:00
..
index.ts Refactor startup (#11346) 2025-10-17 19:37:47 -07:00
install
local.ts Refactor startup (#11346) 2025-10-17 19:37:47 -07:00
model.py
README.md
remote.ts Artemis: Ignore ETIMEDOUT errors 2025-12-13 13:11:39 -06:00
requirements.txt

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).