mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
perf: input guide (#1558)
Some checks are pending
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Some checks are pending
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
This commit is contained in:
parent
fb368a581c
commit
a14a8ae627
|
|
@ -17,6 +17,8 @@ weight: 350
|
|||
|
||||
## 自定义词库接口
|
||||
|
||||
需要保证这个接口可以被用户浏览器访问。
|
||||
|
||||
**请求:**
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -114,9 +114,6 @@ export const getAppChatConfig = ({
|
|||
};
|
||||
|
||||
if (!isPublicFetch) {
|
||||
if (config?.chatInputGuide?.customUrl) {
|
||||
config.chatInputGuide.customUrl = '';
|
||||
}
|
||||
config.scheduledTriggerConfig = undefined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue