mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
@@ -1,11 +1,5 @@
|
||||
{
|
||||
"title": "External FastGPT Integration",
|
||||
"description": "Tutorial on external applications calling FastGPT features through various methods",
|
||||
"pages": [
|
||||
"openapi",
|
||||
"feishu",
|
||||
"dingtalk",
|
||||
"wecom",
|
||||
"official_account"
|
||||
]
|
||||
"pages": ["openapi", "wechat", "feishu", "dingtalk", "wecom", "official_account"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "外部调用 FastGPT",
|
||||
"description": "外部应用通过多种方式调用 FastGPT 功能的教程",
|
||||
"pages": ["openapi", "feishu", "dingtalk", "wecom", "official_account"]
|
||||
"pages": ["openapi", "wechat", "feishu", "dingtalk", "wecom", "official_account"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: WeChat Personal Account Integration
|
||||
description: How to integrate FastGPT with a WeChat personal account
|
||||
---
|
||||
|
||||
## 1. Create a Publishing Channel
|
||||
|
||||
Open your FastGPT Agent, click the tab at the top to switch to **Publishing Channels**, select **WeChat Personal Account**, and click **Create**.
|
||||
|
||||

|
||||
|
||||
You can fill in the form fields as needed.
|
||||
|
||||
## 2. Scan QR Code to Log In
|
||||
|
||||
After creating the channel, a new entry will appear. For the first time, you need to scan a QR code to log in. Click **Scan QR Code to Log In** to display the login QR code.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 3. Start Chatting
|
||||
|
||||
Once connected via QR code, a **WeChat ClawBot** will appear in your contacts list.
|
||||
|
||||

|
||||
|
||||
Click to open the conversation and start chatting!
|
||||
|
||||

|
||||
|
||||
## FAQ
|
||||
|
||||
### How to Reset a Chat
|
||||
|
||||
Type `Reset` or `/reset` in the input field to clear the chat history.
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
title: 接入微信个人号教程
|
||||
description: FastGPT 接入微信个人号教程
|
||||
---
|
||||
|
||||
## 1. 新建发布渠道
|
||||
|
||||
进入 FastGPT 搭建好的 Agent,点击顶部的 tab 切换到发布渠道,并选择`微信个人号`,点击新建。
|
||||
|
||||

|
||||
|
||||
表单内容随便填写即可。
|
||||
|
||||
## 2. 扫码登录
|
||||
|
||||
确认创建渠道后,会多出一条记录,首次需要扫码登录,点击扫码登录,即可跳出登录二维码。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## 3. 愉快玩耍
|
||||
|
||||
扫码连接后,好友列表就会多出一个`微信 ClawBot`的机器人可使用。
|
||||
|
||||

|
||||
|
||||
|
||||
点击进入后,即可开始聊天啦!
|
||||
|
||||

|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
### 微信没找到入口
|
||||
|
||||
目前仅支持 IOS 系统,并且需要升级最新版本微信。
|
||||
|
||||
### 如何重置聊天
|
||||
|
||||
输入框输入:`Reset`或者`/reset` 即可重置聊天记录。
|
||||
Reference in New Issue
Block a user