You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

995 B

Isekai AI Review

English

这个扩展必须和Moderation扩展一起用。

通过AI审核的编辑会自动在Moderation中通过审核。

如果你想要增加新的API接口可以提交issue给我。

使用方法

先在阿里云注册:https://www.aliyun.com/product/lvwang

然后安装Moderation扩展https://github.com/edwardspec/mediawiki-moderation

安装composer包如果你是在release页面下载的可以忽略这一项

composer update

LocalSettings.php中添加相关配置:

wfLoadExtension('IsekaiAIReview');

//配置部分
$wgAIReviewEndpoint = 'cn-shanghai';
$wgAIReviewAccessKeyId = '阿里云的Access key id';
$wgAIReviewAccessKeySecret = '阿里云的Access key secret';
$wgAIReviewBizType = 'isekaiwiki';
$wgAIReviewRobotUID = 0; //在Moderation里显示的执行审核操作的机器人账号的UID