From f5b0d60ff133b451790325633320e07f87ff63cc Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Sat, 16 Mar 2024 22:28:16 +0800 Subject: [PATCH] Update configuration.md --- docSite/content/docs/development/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docSite/content/docs/development/configuration.md b/docSite/content/docs/development/configuration.md index 1a857928d..d084948d6 100644 --- a/docSite/content/docs/development/configuration.md +++ b/docSite/content/docs/development/configuration.md @@ -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": "", // 对话默认携带的系统提示词