Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
a14a8ae6
authored
May 21, 2024
by
Archer
Committed by
GitHub
May 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: input guide (#1558)
parent
fb368a58
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
docSite/content/docs/course/chat_input_guide.md
+2
-0
packages/global/core/workflow/utils.ts
+0
-3
No files found.
docSite/content/docs/course/chat_input_guide.md
View file @
a14a8ae6
...
@@ -17,6 +17,8 @@ weight: 350
...
@@ -17,6 +17,8 @@ weight: 350
## 自定义词库接口
## 自定义词库接口
需要保证这个接口可以被用户浏览器访问。
**请求:**
**请求:**
```
bash
```
bash
...
...
packages/global/core/workflow/utils.ts
View file @
a14a8ae6
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment