Update the AI prompt to reword

This commit is contained in:
johnnyq 2024-05-15 10:44:04 -04:00
parent cddd9b4977
commit 5b38a562bb
1 changed files with 1 additions and 1 deletions

View File

@ -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.