From 5b38a562bbea83a29cd5ecde34878a4679ea4547 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 15 May 2024 10:44:04 -0400 Subject: [PATCH] Update the AI prompt to reword --- post/ai.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/ai.php b/post/ai.php index 16264f73..d5fa2f79 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 = ""; + $promptText = "reword"; $userText = $input['text']; // Preparing the data for the OpenAI Chat API request.