From 28ab569dfcf6686685097536e0c0cbaf51cb864c Mon Sep 17 00:00:00 2001 From: o-psi Date: Thu, 22 Feb 2024 17:48:53 +0000 Subject: [PATCH] Update Prompt --- post/ai.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/ai.php b/post/ai.php index e2ca4160..5e5244d2 100644 --- a/post/ai.php +++ b/post/ai.php @@ -12,7 +12,7 @@ if (isset($_GET['ai_reword'])) { $inputJSON = file_get_contents('php://input'); $input = json_decode($inputJSON, TRUE); // Convert JSON into array. - $promptText = "You are an experienced technician at a help desk, training a new technician. The system will tell them to reach out again if they need help, so dont mention that. Help me rewrite the following response for clarity and professionalism, but dont make it too wordy; Be sure to mention the issue in the response so the client feels heard:"; + $promptText = "You are an experienced technician at a help desk, training a new technician. You are helping rewrite response for clarity and professionalism, but dont make it too wordy."; // Prefix the input text with "reword: " $userText = $input['text'];