Changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user