Update configuration.md
Some checks are pending
deploy-docs / deploy-production (push) Waiting to run
Build docs images and copy image to docker hub / build-fastgpt-docs-images (push) Waiting to run
Build docs images and copy image to docker hub / update-docs-image (push) Blocked by required conditions

This commit is contained in:
Archer 2024-03-16 22:28:16 +08:00 committed by GitHub
parent d62f5b4f25
commit f5b0d60ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,8 +40,8 @@ llm模型全部合并
"usedInExtractFields": true, // 是否用于内容提取务必保证至少有一个为true
"usedInToolCall": true, // 是否用于工具调用务必保证至少有一个为true
"usedInQueryExtension": true, // 是否用于问题优化务必保证至少有一个为true
"toolChoice": true, // 是否支持工具选择(务必保证至少有一个为true
"functionCall": false, // 是否支持函数调用(特殊功能,会优先使用 toolChoice如果为false则使用 functionCall如果仍为 false则使用提示词模式
"toolChoice": true, // 是否支持工具选择(分类内容提取工具调用会用到。目前只有gpt支持
"functionCall": false, // 是否支持函数调用(分类,内容提取,工具调用会用到。会优先使用 toolChoice如果为false则使用 functionCall如果仍为 false则使用提示词模式
"customCQPrompt": "", // 自定义文本分类提示词(不支持工具和函数调用的模型
"customExtractPrompt": "", // 自定义内容提取提示词
"defaultSystemChatPrompt": "", // 对话默认携带的系统提示词