插件投稿 plugin :waline-openai-moderation #3194
Replies: 2 comments
-
|
赞一个,你可以直接修改官网文档自助提交一下 https://waline.js.org/reference/server/plugin.html 另外,应该有一个和你这个差不多的插件 https://github.com/zhullyb/waline-plugin-llm-reviewer |
Beta Was this translation helpful? Give feedback.
-
|
@lizheming PR已提交 #3196 是的,我注意到了waline-plugin-llm-reviewer,但相比于那个插件来说,我的这个插件支持专用于内容审核的模型和接口。而那个插件仅支持使用通用的chat模型,我想专门用来内容审核的模型相比于通用的模型肯定是内容审核模型准确度更高。 @lizheming PR submitted #3196 Yes, I noticed waline-plugin-llm-reviewer, but compared to that plugin, my plugin supports models and interfaces dedicated to content auditing. That plugin only supports the use of general chat models. I think the model specially used for content auditing must have higher accuracy than the general model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
waline-openai-moderation
一个 waline 插件,为 waline 增加支持使用基于 OpenAI Moderation 接口的 AI 内容审核功能。
可以使用所有兼容OpenAI内容审核接口的模型,默认
omni-moderation-latest,也可以自定义别的内容审核类模型(比如说国产内容审核模型模型moark-text-moderation)。支持自定义请求节点。A Waline plugin that adds AI content moderation functionality to Waline using the OpenAI Moderation API.
It supports all models compatible with the OpenAI moderation interface, defaulting to
omni-moderation-latest, and also allows customization of other moderation models (such as domestic content moderation models likemoark-text-moderation). Supports custom request endpoints.Beta Was this translation helpful? Give feedback.
All reactions