1
0

feat:优化chatgpt-on-wechat

This commit is contained in:
okxlin
2024-06-19 01:23:02 +08:00
parent 414671cb42
commit 14507955a1
5 changed files with 50 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ additionalProperties:
envKey: SINGLE_CHAT_REPLY_PREFIX
labelEn: Single Chat Reply Prefix
labelZh: 私聊回复前缀
required: true
required: false
type: text
- default: ""
edit: true
@@ -80,7 +80,7 @@ additionalProperties:
envKey: GROUP_CHAT_PREFIX
labelEn: Group Chat Prefix
labelZh: 群聊前缀
required: true
required: false
type: text
- default: ""
edit: true
@@ -814,13 +814,28 @@ additionalProperties:
labelZh: 清除记忆指令
required: false
type: text
- default: ""
- default: "wx"
edit: true
envKey: CHANNEL_TYPE
labelEn: Channel Type
labelZh: 通道类型
required: false
type: text
required: true
type: select
values:
- label: "wx"
value: "wx"
- label: "wxy"
value: "wxy"
- label: "terminal"
value: "terminal"
- label: "wechatmp"
value: "wechatmp"
- label: "wechatmp_service"
value: "wechatmp_service"
- label: "wechatcom_app"
value: "wechatcom_app"
- label: "dingtalk"
value: "dingtalk"
- default: ""
edit: true
envKey: SUBSCRIBE_MSG