Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

群聊跟风复读插件

让麦麦在群聊中低频跟发问号或多人队形复读,不进入主 Planner。

功能

  • 问号复读:当群友单独发送「?」时,麦麦有概率跟发一个「?」
  • 队形复读:当 2 人以上发送相同短句时,麦麦有概率跟风复读

安装

在 MaiBot WebUI 插件市场搜索 codex.group-repeat-plugin 安装,或手动将本仓库克隆到 plugins/ 目录。

使用

插件默认启用,安装后自动生效,无需额外命令。

触发条件通过 Hooks 拦截消息,不占用 LLM 调用。

配置

[plugin]
enabled = true
config_version = "1.0.0"

[behavior]
question_mark_probability = 0.15  # 跟发问号的概率
follow_trend_max_tokens = 30     # 复读消息最大长度
follow_trend_min_messages = 2    # 触发复读的最小消息数
follow_trend_min_users = 2       # 触发复读的最少人数
follow_trend_probability = 0.30  # 跟风复读概率
cooldown_seconds = 30            # 降低连续复读概率的冷却秒数

许可

MIT

About

群聊跟风复读插件 — 让麦麦在群聊中低频跟发问号或多人队形复读

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages