mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
fix(ApiService): change default knowledgeRecognition setting from 'on' to 'off'
This commit is contained in:
parent
15043ba46c
commit
d258d9474a
@ -85,7 +85,7 @@ async function fetchExternalTool(
|
||||
// 可能会有重复?
|
||||
const knowledgeBaseIds = assistant.knowledge_bases?.map((base) => base.id)
|
||||
const hasKnowledgeBase = !isEmpty(knowledgeBaseIds)
|
||||
const knowledgeRecognition = assistant.knowledgeRecognition || 'on'
|
||||
const knowledgeRecognition = assistant.knowledgeRecognition || 'off'
|
||||
const webSearchProvider = WebSearchService.getWebSearchProvider(assistant.webSearchProviderId)
|
||||
|
||||
// 使用外部搜索工具
|
||||
|
||||
Loading…
Reference in New Issue
Block a user