Linux 软件免费装

SpamJudge

开发者 cottboy
更新时间 2025年11月1日 19:15
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv3 or later
版权网址: 版权信息

标签

spam ai comment llm spam-comments

下载

1.0.0

详情介绍:

SpamJudge uses AI large language models to automatically detect and filter spam comments. Features Workflow
  1. Visitor submits a comment
  2. The plugin intercepts the comment and sends it to the AI for scoring
  3. The AI returns a score between 0 and 100 (0 = spam, 100 = high quality)
  4. The comment is automatically processed based on the score and threshold:
  5. Score >= threshold: approved
  6. Score < threshold: moved to spam or moved to moderation based on settings
  7. Timeout/error: moved to moderation or directly approved based on settings
  8. Detailed logs are recorded for administrators to review
Default system prompt in the current version ` You are a spam comment detection system. Your ONLY task is to output a single number between 0 and 100. SCORING RULES: If you output anything other than a single number, the system will fail. `

安装:

Automatic installation
  1. Log in to the WordPress admin dashboard
  2. Navigate to "Plugins" > "Add New"
  3. Search for "SpamJudge"
  4. Click "Install Now"
  5. After installation is complete, click "Activate"
Manual installation
  1. Download the plugin zip file
  2. Log in to the WordPress admin dashboard
  3. Go to "Plugins" > "Add New" > "Upload Plugin"
  4. Select the downloaded zip file
  5. Click "Install Now"
  6. After the installation is complete, click "Activate"
FTP Installation
  1. Unzip the plugin zip file
  2. Upload the spamjudge folder to the /wp-content/plugins/ directory via FTP
  3. Log in to the WordPress admin dashboard
  4. Go to the "Plugins" page
  5. Locate "SpamJudge" and click "Activate"

屏幕截图:

  • Settings interface

升级注意事项:

1.0.0 First version released

常见问题:

Does it require payment?

The plugin itself is free, but you need an AI API key. Most AI API services require payment based on the number of tokens used.

Where will the comment data be sent?

Comment data will be sent to the API you configure for scoring. Make sure to use a trusted API provider and review its privacy policy. The plugin itself does not collect or store any data on third-party servers.

How much additional wait time will be added when submitting a comment?

It adds about 3 seconds, depending on the service provider and model used. Using a non-thinking model can effectively reduce wait time.

What should I do if the request still fails after all options are configured?

Check whether /v1/chat/completions is added after the API endpoint.

更新日志:

1.0.0 First version released