Commit a14a8ae6 by Archer Committed by GitHub

perf: input guide (#1558)

parent fb368a58
...@@ -17,6 +17,8 @@ weight: 350 ...@@ -17,6 +17,8 @@ weight: 350
## 自定义词库接口 ## 自定义词库接口
需要保证这个接口可以被用户浏览器访问。
**请求:** **请求:**
```bash ```bash
......
...@@ -114,9 +114,6 @@ export const getAppChatConfig = ({ ...@@ -114,9 +114,6 @@ export const getAppChatConfig = ({
}; };
if (!isPublicFetch) { if (!isPublicFetch) {
if (config?.chatInputGuide?.customUrl) {
config.chatInputGuide.customUrl = '';
}
config.scheduledTriggerConfig = undefined; config.scheduledTriggerConfig = undefined;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment