案例文章
推荐的的流程模板
请稍后...
Code
2440
使用自训练ChatGPT模型回复微信公众号消息
<p>微信公众号当用户在微信公众号中回复文本消息时,OpenAI(ChatGPT)付费版自训练模型提问ChatGPT,微信公众号发送文本消息给指定关注用户</p>
zh-Hans
2023-03-10T11:00:25.000Z
2023-03-10T11:00:25.000Z
2023-11-28T13:14:01.000Z
tq1702hq
用户在微信公众号提问时,自动使用ChatGPT自训练模型回复用户
anyone
h93iGK7HFJsc
official
pc1265
passed
集简云
tq1702hq
集简云
[
{
"desc": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"app_id": 360,
"action_id": 26,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "使用自训练模型提问ChatGPT获取问答",
"app_id": 441,
"action_id": 3579,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在用户与公众号进行互动后用文本消息回复用户",
"app_id": 360,
"action_id": 31,
"action_type": "2",
"sort": "3",
"note": null
}
]
243
false
1
{
"1": [],
"2": [
{
"key": "model",
"label": "模型",
"type": "string",
"required": true,
"dropdown": true,
"choices": [
{
"key": "error",
"label": "您暂无自训练的模型,请去训练模型"
}
],
"help_txt": "请选择您需要采用的自训练模型"
},
{
"key": "prompt",
"label": "提问",
"type": "string",
"required": true,
"help_txt": "请输入您的问题"
},
{
"key": "max_tokens",
"label": "最大文本长度",
"type": "string",
"help_txt": "您希望获取的回答字数;为获取完整字数,默认设置为1000",
"defaulttext": "1000"
},
{
"key": "temperature",
"label": "回答创意性参数",
"type": "string",
"help_txt": "更高的值意味着模型将承担更多的风险。对于更有创造性的应用,可以尝试0.9,而对于有明确答案的应用,可以尝试0(argmax采样)。",
"defaulttext": "0.5"
},
{
"key": "n",
"label": "回答个数",
"type": "string",
"help_txt": "为每个提问生成多少个回答注意:由于这个参数会产生许多完成度,它可以迅速消耗你的令牌配额。"
}
],
"3": [
{
"required": true,
"help_txt": "关注用户的OpenID,如果是通过微信公众号触发动作获得,则是OpenID为触发动作样本中的FromUserName或者tour字段",
"type": "string",
"label": "接收用户微信OpenID",
"key": "touser"
},
{
"required": true,
"help_txt": "请输入要发送的文本消息内容,支持回车换行。",
"type": "string",
"label": "文本内容",
"key": "content"
},
{
"required": false,
"help_txt": "发送文本给用户有时效限制,分别为:\n1、用户关注后的1分钟内且最多发送3次。\n2、用户回复后24小时内可以发送回复。\n如果您的发送返回出现“45015 错误”说明超过有效时效,但这并不影响流程执行,您可以保存流程。在流程正式执行时不会出现超过有效时效问题。",
"type": "copy",
"label": "时效限制",
"key": "l"
}
]
}
false
[]
[]
[
{
"id": 701,
"name": "微信公众号",
"description": "<p>微信公众号是可以是企业或者个人注册的认证过的公众号,可以是服务号也可以是订阅号。不同认证和类型的微信公众号权限不同,我们建议使用企业已认证的服务号在集简云的数据流程中以使用全部功能。</p>",
"popular": 1,
"published_at": "2022-12-26T02:33:00.000Z",
"created_at": "2022-09-20T11:03:05.000Z",
"updated_at": "2023-01-06T11:01:00.000Z",
"app_id": "360",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "社交媒体",
"available": true,
"appid": null,
"website": "https://mp.weixin.qq.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 8098,
"name": "11.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "11_06cbbfc344",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/11_06cbbfc344.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-06T05:55:29.000Z",
"updated_at": "2022-12-06T05:55:29.000Z"
}
},
{
"id": 1687,
"name": "OpenAI(ChatGPT)付费版",
"description": "<p>集简云提供的ChatGPT应用(付费版),无需注册ChatGPT账户即可使用;付费后无限量使用ChatGPT多种模型的智能问答功能,同时支持使用自身业务数据对智能模型进行针对性训练打造量身定制的AI助手。</p>",
"popular": 188,
"published_at": "2023-03-10T08:19:59.000Z",
"created_at": "2023-03-10T08:19:17.000Z",
"updated_at": "2023-04-26T02:13:26.000Z",
"app_id": "441",
"category": "AI",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用付费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9843,
"name": "fufei.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "fufei_b410468e3b",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/fufei_b410468e3b.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-10T08:19:56.000Z",
"updated_at": "2023-03-10T08:19:56.000Z"
}
}
]
[]
[
{
"id": 34,
"key": null,
"published_at": "2021-11-24T06:27:55.000Z",
"created_at": "2021-11-24T06:27:52.000Z",
"updated_at": "2023-11-06T07:37:53.000Z",
"action_id": "26",
"action_name": " 当用户在微信公众号中回复文本消息时",
"error": null,
"description": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "26"
},
{
"id": 5771,
"key": null,
"published_at": "2023-03-10T08:37:40.000Z",
"created_at": "2023-03-10T08:37:40.000Z",
"updated_at": "2023-11-06T07:49:31.000Z",
"action_id": "3579",
"action_name": "自训练模型提问ChatGPT",
"error": null,
"description": "使用自训练模型提问ChatGPT获取问答",
"action_type": "action",
"app": null,
"template": null,
"action_key": "3579"
}
]
[]
[]
53
37
20
6
94
Msg
2440
使用自训练ChatGPT模型回复微信公众号消息
<p>微信公众号当用户在微信公众号中回复文本消息时,OpenAI(ChatGPT)付费版自训练模型提问ChatGPT,微信公众号发送文本消息给指定关注用户</p>
zh-Hans
2023-03-10T11:00:25.000Z
2023-03-10T11:00:25.000Z
2023-11-28T13:14:01.000Z
tq1702hq
用户在微信公众号提问时,自动使用ChatGPT自训练模型回复用户
anyone
h93iGK7HFJsc
official
pc1265
passed
集简云
tq1702hq
集简云
[
{
"desc": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"app_id": 360,
"action_id": 26,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "使用自训练模型提问ChatGPT获取问答",
"app_id": 441,
"action_id": 3579,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在用户与公众号进行互动后用文本消息回复用户",
"app_id": 360,
"action_id": 31,
"action_type": "2",
"sort": "3",
"note": null
}
]
243
false
1
{
"1": [],
"2": [
{
"key": "model",
"label": "模型",
"type": "string",
"required": true,
"dropdown": true,
"choices": [
{
"key": "error",
"label": "您暂无自训练的模型,请去训练模型"
}
],
"help_txt": "请选择您需要采用的自训练模型"
},
{
"key": "prompt",
"label": "提问",
"type": "string",
"required": true,
"help_txt": "请输入您的问题"
},
{
"key": "max_tokens",
"label": "最大文本长度",
"type": "string",
"help_txt": "您希望获取的回答字数;为获取完整字数,默认设置为1000",
"defaulttext": "1000"
},
{
"key": "temperature",
"label": "回答创意性参数",
"type": "string",
"help_txt": "更高的值意味着模型将承担更多的风险。对于更有创造性的应用,可以尝试0.9,而对于有明确答案的应用,可以尝试0(argmax采样)。",
"defaulttext": "0.5"
},
{
"key": "n",
"label": "回答个数",
"type": "string",
"help_txt": "为每个提问生成多少个回答注意:由于这个参数会产生许多完成度,它可以迅速消耗你的令牌配额。"
}
],
"3": [
{
"required": true,
"help_txt": "关注用户的OpenID,如果是通过微信公众号触发动作获得,则是OpenID为触发动作样本中的FromUserName或者tour字段",
"type": "string",
"label": "接收用户微信OpenID",
"key": "touser"
},
{
"required": true,
"help_txt": "请输入要发送的文本消息内容,支持回车换行。",
"type": "string",
"label": "文本内容",
"key": "content"
},
{
"required": false,
"help_txt": "发送文本给用户有时效限制,分别为:\n1、用户关注后的1分钟内且最多发送3次。\n2、用户回复后24小时内可以发送回复。\n如果您的发送返回出现“45015 错误”说明超过有效时效,但这并不影响流程执行,您可以保存流程。在流程正式执行时不会出现超过有效时效问题。",
"type": "copy",
"label": "时效限制",
"key": "l"
}
]
}
false
[]
[]
[
{
"id": 701,
"name": "微信公众号",
"description": "<p>微信公众号是可以是企业或者个人注册的认证过的公众号,可以是服务号也可以是订阅号。不同认证和类型的微信公众号权限不同,我们建议使用企业已认证的服务号在集简云的数据流程中以使用全部功能。</p>",
"popular": 1,
"published_at": "2022-12-26T02:33:00.000Z",
"created_at": "2022-09-20T11:03:05.000Z",
"updated_at": "2023-01-06T11:01:00.000Z",
"app_id": "360",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "社交媒体",
"available": true,
"appid": null,
"website": "https://mp.weixin.qq.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 8098,
"name": "11.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "11_06cbbfc344",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/11_06cbbfc344.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-06T05:55:29.000Z",
"updated_at": "2022-12-06T05:55:29.000Z"
}
},
{
"id": 1687,
"name": "OpenAI(ChatGPT)付费版",
"description": "<p>集简云提供的ChatGPT应用(付费版),无需注册ChatGPT账户即可使用;付费后无限量使用ChatGPT多种模型的智能问答功能,同时支持使用自身业务数据对智能模型进行针对性训练打造量身定制的AI助手。</p>",
"popular": 188,
"published_at": "2023-03-10T08:19:59.000Z",
"created_at": "2023-03-10T08:19:17.000Z",
"updated_at": "2023-04-26T02:13:26.000Z",
"app_id": "441",
"category": "AI",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用付费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9843,
"name": "fufei.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "fufei_b410468e3b",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/fufei_b410468e3b.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-10T08:19:56.000Z",
"updated_at": "2023-03-10T08:19:56.000Z"
}
}
]
[]
[
{
"id": 34,
"key": null,
"published_at": "2021-11-24T06:27:55.000Z",
"created_at": "2021-11-24T06:27:52.000Z",
"updated_at": "2023-11-06T07:37:53.000Z",
"action_id": "26",
"action_name": " 当用户在微信公众号中回复文本消息时",
"error": null,
"description": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "26"
},
{
"id": 5771,
"key": null,
"published_at": "2023-03-10T08:37:40.000Z",
"created_at": "2023-03-10T08:37:40.000Z",
"updated_at": "2023-11-06T07:49:31.000Z",
"action_id": "3579",
"action_name": "自训练模型提问ChatGPT",
"error": null,
"description": "使用自训练模型提问ChatGPT获取问答",
"action_type": "action",
"app": null,
"template": null,
"action_key": "3579"
}
]
[]
[]
53
37
20
6
94
Data
2440
使用自训练ChatGPT模型回复微信公众号消息
<p>微信公众号当用户在微信公众号中回复文本消息时,OpenAI(ChatGPT)付费版自训练模型提问ChatGPT,微信公众号发送文本消息给指定关注用户</p>
zh-Hans
2023-03-10T11:00:25.000Z
2023-03-10T11:00:25.000Z
2023-11-28T13:14:01.000Z
tq1702hq
用户在微信公众号提问时,自动使用ChatGPT自训练模型回复用户
anyone
h93iGK7HFJsc
official
pc1265
passed
集简云
tq1702hq
集简云
[
{
"desc": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"app_id": 360,
"action_id": 26,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "使用自训练模型提问ChatGPT获取问答",
"app_id": 441,
"action_id": 3579,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在用户与公众号进行互动后用文本消息回复用户",
"app_id": 360,
"action_id": 31,
"action_type": "2",
"sort": "3",
"note": null
}
]
243
false
1
{
"1": [],
"2": [
{
"key": "model",
"label": "模型",
"type": "string",
"required": true,
"dropdown": true,
"choices": [
{
"key": "error",
"label": "您暂无自训练的模型,请去训练模型"
}
],
"help_txt": "请选择您需要采用的自训练模型"
},
{
"key": "prompt",
"label": "提问",
"type": "string",
"required": true,
"help_txt": "请输入您的问题"
},
{
"key": "max_tokens",
"label": "最大文本长度",
"type": "string",
"help_txt": "您希望获取的回答字数;为获取完整字数,默认设置为1000",
"defaulttext": "1000"
},
{
"key": "temperature",
"label": "回答创意性参数",
"type": "string",
"help_txt": "更高的值意味着模型将承担更多的风险。对于更有创造性的应用,可以尝试0.9,而对于有明确答案的应用,可以尝试0(argmax采样)。",
"defaulttext": "0.5"
},
{
"key": "n",
"label": "回答个数",
"type": "string",
"help_txt": "为每个提问生成多少个回答注意:由于这个参数会产生许多完成度,它可以迅速消耗你的令牌配额。"
}
],
"3": [
{
"required": true,
"help_txt": "关注用户的OpenID,如果是通过微信公众号触发动作获得,则是OpenID为触发动作样本中的FromUserName或者tour字段",
"type": "string",
"label": "接收用户微信OpenID",
"key": "touser"
},
{
"required": true,
"help_txt": "请输入要发送的文本消息内容,支持回车换行。",
"type": "string",
"label": "文本内容",
"key": "content"
},
{
"required": false,
"help_txt": "发送文本给用户有时效限制,分别为:\n1、用户关注后的1分钟内且最多发送3次。\n2、用户回复后24小时内可以发送回复。\n如果您的发送返回出现“45015 错误”说明超过有效时效,但这并不影响流程执行,您可以保存流程。在流程正式执行时不会出现超过有效时效问题。",
"type": "copy",
"label": "时效限制",
"key": "l"
}
]
}
false
[]
[]
[
{
"id": 701,
"name": "微信公众号",
"description": "<p>微信公众号是可以是企业或者个人注册的认证过的公众号,可以是服务号也可以是订阅号。不同认证和类型的微信公众号权限不同,我们建议使用企业已认证的服务号在集简云的数据流程中以使用全部功能。</p>",
"popular": 1,
"published_at": "2022-12-26T02:33:00.000Z",
"created_at": "2022-09-20T11:03:05.000Z",
"updated_at": "2023-01-06T11:01:00.000Z",
"app_id": "360",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "社交媒体",
"available": true,
"appid": null,
"website": "https://mp.weixin.qq.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 8098,
"name": "11.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "11_06cbbfc344",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/11_06cbbfc344.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-06T05:55:29.000Z",
"updated_at": "2022-12-06T05:55:29.000Z"
}
},
{
"id": 1687,
"name": "OpenAI(ChatGPT)付费版",
"description": "<p>集简云提供的ChatGPT应用(付费版),无需注册ChatGPT账户即可使用;付费后无限量使用ChatGPT多种模型的智能问答功能,同时支持使用自身业务数据对智能模型进行针对性训练打造量身定制的AI助手。</p>",
"popular": 188,
"published_at": "2023-03-10T08:19:59.000Z",
"created_at": "2023-03-10T08:19:17.000Z",
"updated_at": "2023-04-26T02:13:26.000Z",
"app_id": "441",
"category": "AI",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用付费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9843,
"name": "fufei.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "fufei_b410468e3b",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/fufei_b410468e3b.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-10T08:19:56.000Z",
"updated_at": "2023-03-10T08:19:56.000Z"
}
}
]
[]
[
{
"id": 34,
"key": null,
"published_at": "2021-11-24T06:27:55.000Z",
"created_at": "2021-11-24T06:27:52.000Z",
"updated_at": "2023-11-06T07:37:53.000Z",
"action_id": "26",
"action_name": " 当用户在微信公众号中回复文本消息时",
"error": null,
"description": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "26"
},
{
"id": 5771,
"key": null,
"published_at": "2023-03-10T08:37:40.000Z",
"created_at": "2023-03-10T08:37:40.000Z",
"updated_at": "2023-11-06T07:49:31.000Z",
"action_id": "3579",
"action_name": "自训练模型提问ChatGPT",
"error": null,
"description": "使用自训练模型提问ChatGPT获取问答",
"action_type": "action",
"app": null,
"template": null,
"action_key": "3579"
}
]
[]
[]
53
37
20
6
94
permission
2440
使用自训练ChatGPT模型回复微信公众号消息
<p>微信公众号当用户在微信公众号中回复文本消息时,OpenAI(ChatGPT)付费版自训练模型提问ChatGPT,微信公众号发送文本消息给指定关注用户</p>
zh-Hans
2023-03-10T11:00:25.000Z
2023-03-10T11:00:25.000Z
2023-11-28T13:14:01.000Z
tq1702hq
用户在微信公众号提问时,自动使用ChatGPT自训练模型回复用户
anyone
h93iGK7HFJsc
official
pc1265
passed
集简云
tq1702hq
集简云
[
{
"desc": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"app_id": 360,
"action_id": 26,
"action_type": "1",
"sort": "1",
"note": null
},
{
"desc": "使用自训练模型提问ChatGPT获取问答",
"app_id": 441,
"action_id": 3579,
"action_type": "2",
"sort": "2",
"note": null
},
{
"desc": "在用户与公众号进行互动后用文本消息回复用户",
"app_id": 360,
"action_id": 31,
"action_type": "2",
"sort": "3",
"note": null
}
]
243
false
1
{
"1": [],
"2": [
{
"key": "model",
"label": "模型",
"type": "string",
"required": true,
"dropdown": true,
"choices": [
{
"key": "error",
"label": "您暂无自训练的模型,请去训练模型"
}
],
"help_txt": "请选择您需要采用的自训练模型"
},
{
"key": "prompt",
"label": "提问",
"type": "string",
"required": true,
"help_txt": "请输入您的问题"
},
{
"key": "max_tokens",
"label": "最大文本长度",
"type": "string",
"help_txt": "您希望获取的回答字数;为获取完整字数,默认设置为1000",
"defaulttext": "1000"
},
{
"key": "temperature",
"label": "回答创意性参数",
"type": "string",
"help_txt": "更高的值意味着模型将承担更多的风险。对于更有创造性的应用,可以尝试0.9,而对于有明确答案的应用,可以尝试0(argmax采样)。",
"defaulttext": "0.5"
},
{
"key": "n",
"label": "回答个数",
"type": "string",
"help_txt": "为每个提问生成多少个回答注意:由于这个参数会产生许多完成度,它可以迅速消耗你的令牌配额。"
}
],
"3": [
{
"required": true,
"help_txt": "关注用户的OpenID,如果是通过微信公众号触发动作获得,则是OpenID为触发动作样本中的FromUserName或者tour字段",
"type": "string",
"label": "接收用户微信OpenID",
"key": "touser"
},
{
"required": true,
"help_txt": "请输入要发送的文本消息内容,支持回车换行。",
"type": "string",
"label": "文本内容",
"key": "content"
},
{
"required": false,
"help_txt": "发送文本给用户有时效限制,分别为:\n1、用户关注后的1分钟内且最多发送3次。\n2、用户回复后24小时内可以发送回复。\n如果您的发送返回出现“45015 错误”说明超过有效时效,但这并不影响流程执行,您可以保存流程。在流程正式执行时不会出现超过有效时效问题。",
"type": "copy",
"label": "时效限制",
"key": "l"
}
]
}
false
[]
[]
[
{
"id": 701,
"name": "微信公众号",
"description": "<p>微信公众号是可以是企业或者个人注册的认证过的公众号,可以是服务号也可以是订阅号。不同认证和类型的微信公众号权限不同,我们建议使用企业已认证的服务号在集简云的数据流程中以使用全部功能。</p>",
"popular": 1,
"published_at": "2022-12-26T02:33:00.000Z",
"created_at": "2022-09-20T11:03:05.000Z",
"updated_at": "2023-01-06T11:01:00.000Z",
"app_id": "360",
"category": "Social_Media",
"locale": "zh-Hans",
"short_description": "社交媒体",
"available": true,
"appid": null,
"website": "https://mp.weixin.qq.com/",
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 8098,
"name": "11.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "11_06cbbfc344",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 1.42,
"url": "/uploads/11_06cbbfc344.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2022-12-06T05:55:29.000Z",
"updated_at": "2022-12-06T05:55:29.000Z"
}
},
{
"id": 1687,
"name": "OpenAI(ChatGPT)付费版",
"description": "<p>集简云提供的ChatGPT应用(付费版),无需注册ChatGPT账户即可使用;付费后无限量使用ChatGPT多种模型的智能问答功能,同时支持使用自身业务数据对智能模型进行针对性训练打造量身定制的AI助手。</p>",
"popular": 188,
"published_at": "2023-03-10T08:19:59.000Z",
"created_at": "2023-03-10T08:19:17.000Z",
"updated_at": "2023-04-26T02:13:26.000Z",
"app_id": "441",
"category": "AI",
"locale": "zh-Hans",
"short_description": "ChatGPT内置应用付费版",
"available": true,
"appid": null,
"website": null,
"video": null,
"videos": null,
"app_version": "1.0.0",
"key_words": null,
"qr_code": null,
"qr": null,
"sharelink": null,
"seo": null,
"icon": {
"id": 9843,
"name": "fufei.svg",
"alternativeText": "",
"caption": "",
"width": 50,
"height": 50,
"formats": null,
"hash": "fufei_b410468e3b",
"ext": ".svg",
"mime": "image/svg+xml",
"size": 0.84,
"url": "/uploads/fufei_b410468e3b.svg",
"previewUrl": null,
"provider": "local",
"provider_metadata": null,
"created_at": "2023-03-10T08:19:56.000Z",
"updated_at": "2023-03-10T08:19:56.000Z"
}
}
]
[]
[
{
"id": 34,
"key": null,
"published_at": "2021-11-24T06:27:55.000Z",
"created_at": "2021-11-24T06:27:52.000Z",
"updated_at": "2023-11-06T07:37:53.000Z",
"action_id": "26",
"action_name": " 当用户在微信公众号中回复文本消息时",
"error": null,
"description": "当用户在微信公众号中发送信息时触发流程并同步发送内容",
"action_type": "trigger",
"app": null,
"template": null,
"action_key": "26"
},
{
"id": 5771,
"key": null,
"published_at": "2023-03-10T08:37:40.000Z",
"created_at": "2023-03-10T08:37:40.000Z",
"updated_at": "2023-11-06T07:49:31.000Z",
"action_id": "3579",
"action_name": "自训练模型提问ChatGPT",
"error": null,
"description": "使用自训练模型提问ChatGPT获取问答",
"action_type": "action",
"app": null,
"template": null,
"action_key": "3579"
}
]
[]
[]
53
37
20
6
94