mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-23 01:00:41 +08:00
perf: input guide (#1558)
This commit is contained in:
@@ -17,6 +17,8 @@ weight: 350
|
|||||||
|
|
||||||
## 自定义词库接口
|
## 自定义词库接口
|
||||||
|
|
||||||
|
需要保证这个接口可以被用户浏览器访问。
|
||||||
|
|
||||||
**请求:**
|
**请求:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -114,9 +114,6 @@ export const getAppChatConfig = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!isPublicFetch) {
|
if (!isPublicFetch) {
|
||||||
if (config?.chatInputGuide?.customUrl) {
|
|
||||||
config.chatInputGuide.customUrl = '';
|
|
||||||
}
|
|
||||||
config.scheduledTriggerConfig = undefined;
|
config.scheduledTriggerConfig = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user