From 74383d24ea763d2fa3c01c3c14781eeeac4a6bea Mon Sep 17 00:00:00 2001 From: wyn <1074145239@qq.com> Date: Thu, 21 May 2026 11:31:19 +0800 Subject: [PATCH] Changes --- application/common/service/LLMService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/service/LLMService.php b/application/common/service/LLMService.php index ab5f9e72..ce66056c 100644 --- a/application/common/service/LLMService.php +++ b/application/common/service/LLMService.php @@ -57,7 +57,7 @@ class LLMService $referText = mb_substr($referText, 0, 4000); } - $system = $this->buildReferenceCheckSystemPrompt(); + $system = $this->buildReferenceCheckSystemPrompt3(); \think\Log::info('system:' . $system); $user = $this->buildReferenceCheckUserPrompt($contextText, $referText);