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
f5b0d60f
authored
Mar 16, 2024
by
Archer
Committed by
GitHub
Mar 16, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configuration.md
parent
d62f5b4f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docSite/content/docs/development/configuration.md
+2
-2
No files found.
docSite/content/docs/development/configuration.md
View file @
f5b0d60f
...
@@ -40,8 +40,8 @@ llm模型全部合并
...
@@ -40,8 +40,8 @@ llm模型全部合并
"usedInExtractFields"
:
true
,
//
是否用于内容提取(务必保证至少有一个为
true
)
"usedInExtractFields"
:
true
,
//
是否用于内容提取(务必保证至少有一个为
true
)
"usedInToolCall"
:
true
,
//
是否用于工具调用(务必保证至少有一个为
true
)
"usedInToolCall"
:
true
,
//
是否用于工具调用(务必保证至少有一个为
true
)
"usedInQueryExtension"
:
true
,
//
是否用于问题优化(务必保证至少有一个为
true
)
"usedInQueryExtension"
:
true
,
//
是否用于问题优化(务必保证至少有一个为
true
)
"toolChoice"
:
true
,
//
是否支持工具选择(
务必保证至少有一个为
true
)
"toolChoice"
:
true
,
//
是否支持工具选择(
分类,内容提取,工具调用会用到。目前只有gpt支持
)
"functionCall"
:
false
,
//
是否支持函数调用(
特殊功能,
会优先使用
toolChoice,如果为
false
,则使用
functionCall,如果仍为
false
,则使用提示词模式)
"functionCall"
:
false
,
//
是否支持函数调用(
分类,内容提取,工具调用会用到。
会优先使用
toolChoice,如果为
false
,则使用
functionCall,如果仍为
false
,则使用提示词模式)
"customCQPrompt"
:
""
,
//
自定义文本分类提示词(不支持工具和函数调用的模型
"customCQPrompt"
:
""
,
//
自定义文本分类提示词(不支持工具和函数调用的模型
"customExtractPrompt"
:
""
,
//
自定义内容提取提示词
"customExtractPrompt"
:
""
,
//
自定义内容提取提示词
"defaultSystemChatPrompt"
:
""
,
//
对话默认携带的系统提示词
"defaultSystemChatPrompt"
:
""
,
//
对话默认携带的系统提示词
...
...
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