Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paneddo/openai-moderation
Spigot Chat Moderation plugin based on OpenAI
https://github.com/paneddo/openai-moderation
bukkit craftbukkit java minecraft minecraft-plugin openai spigot spigot-plugin spigotmc
Last synced: 13 days ago
JSON representation
Spigot Chat Moderation plugin based on OpenAI
- Host: GitHub
- URL: https://github.com/paneddo/openai-moderation
- Owner: Paneddo
- Created: 2023-01-17T21:31:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T14:22:12.000Z (over 1 year ago)
- Last Synced: 2024-10-11T03:42:08.123Z (about 1 month ago)
- Topics: bukkit, craftbukkit, java, minecraft, minecraft-plugin, openai, spigot, spigot-plugin, spigotmc
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAI Moderation Spigot Plugin
### Spigot chat moderation Plugin based on [OpenAI](https://openai.com/)
### Requirements ⚙️
- OpenAI Account
- OpenAI API key, you can get yours for free [here](https://beta.openai.com/account/api-keys)Once you got your api key place that into the config.yml file,
without a valid api key, the plugin won't enable.### OpenAI API Moderation Endpoint 🛡️
This plugin uses the [moderation endpoint](https://beta.openai.com/docs/guides/moderation/overview)
of the OpenAI API.In the config.yml file you can choose between two models: `stable` and `latest` as well as configure
individual thresholds for each different category of speech it detects.