From abc936d753f156eb06e1ee6af7c1000d2d3266c7 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 15 May 2024 10:47:27 -0400 Subject: [PATCH] Update the AI prompt to style with html formatting --- post/ai.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/ai.php b/post/ai.php index d5fa2f79a..5fe9d11b7 100644 --- a/post/ai.php +++ b/post/ai.php @@ -12,7 +12,7 @@ $inputJSON = file_get_contents('php://input'); $input = json_decode($inputJSON, TRUE); // Convert JSON into array. - $promptText = "reword"; + $promptText = "reword with html format"; $userText = $input['text']; // Preparing the data for the OpenAI Chat API request.