Changes
This commit is contained in:
@@ -57,7 +57,7 @@ class LLMService
|
|||||||
$referText = mb_substr($referText, 0, 4000);
|
$referText = mb_substr($referText, 0, 4000);
|
||||||
}
|
}
|
||||||
|
|
||||||
$system = $this->buildReferenceCheckSystemPrompt();
|
$system = $this->buildReferenceCheckSystemPrompt3();
|
||||||
\think\Log::info('system:' . $system);
|
\think\Log::info('system:' . $system);
|
||||||
|
|
||||||
$user = $this->buildReferenceCheckUserPrompt($contextText, $referText);
|
$user = $this->buildReferenceCheckUserPrompt($contextText, $referText);
|
||||||
|
|||||||
Reference in New Issue
Block a user