mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
Add configuration to plugin configuration template.
This commit is contained in:
@@ -40,5 +40,22 @@
|
|||||||
"max_file_size": 5000,
|
"max_file_size": 5000,
|
||||||
"type": ["FILE", "SHARING"]
|
"type": ["FILE", "SHARING"]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"hello":{
|
||||||
|
"group_welc_fixed_msg": {
|
||||||
|
"群聊1": "群聊1的固定欢迎语",
|
||||||
|
"群聊2": "群聊2的固定欢迎语"
|
||||||
|
},
|
||||||
|
"group_welc_prompt": "请你随机使用一种风格说一句问候语来欢迎新用户\"{nickname}\"加入群聊。",
|
||||||
|
|
||||||
|
"group_exit_prompt": "请你随机使用一种风格跟其他群用户说他违反规则\"{nickname}\"退出群聊。",
|
||||||
|
|
||||||
|
"patpat_prompt": "请你随机使用一种风格介绍你自己,并告诉用户输入#help可以查看帮助信息。",
|
||||||
|
|
||||||
|
"use_character_desc": false
|
||||||
|
},
|
||||||
|
"Apilot"{
|
||||||
|
"alapi_token": "xxx",
|
||||||
|
"morning_news_text_enabled": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user