From 3947c3a32907c3e48102467abb336bdbd7747ba9 Mon Sep 17 00:00:00 2001 From: o-psi Date: Thu, 22 Feb 2024 17:49:08 +0000 Subject: [PATCH] Remove comment --- post/ai.php | 1 - 1 file changed, 1 deletion(-) diff --git a/post/ai.php b/post/ai.php index 5e5244d2..4810cde8 100644 --- a/post/ai.php +++ b/post/ai.php @@ -13,7 +13,6 @@ if (isset($_GET['ai_reword'])) { $input = json_decode($inputJSON, TRUE); // Convert JSON into array. $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']; // Preparing the data for the OpenAI Chat API request.