mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-03 20:18:08 -05:00
11 lines
422 B
Markdown
11 lines
422 B
Markdown
# 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).
|
|
|