fix: 临时调整一个常量

This commit is contained in:
fuzhongyun 2026-02-04 15:54:03 +08:00
parent 1eb63498d7
commit 2f5b0af3a4
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ func GetKnowledgeId(caller Caller) KnowledgeId {
// 知识库 // 知识库
const ( const (
KnowledgeTenantIdDefault = "default" // KnowledgeTenantIdDefault = "default"
KnowledgeTenantIdDefault = "sk-EfnUANKMj3DUOiEPJZ5xS8SGMsbO6be_qYAg9uZ8T3zyoFM-" // 演示,临时设置为直连天下
) )
// 知识库模式 // 知识库模式