diff --git a/post/ai.php b/post/ai.php index d5fa2f79..5fe9d11b 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 = "reword"; + $promptText = "reword with html format"; $userText = $input['text']; // Preparing the data for the OpenAI Chat API request.