Update the AI prompt to style with html formatting

This commit is contained in:
johnnyq 2024-05-15 10:47:27 -04:00
parent 5b38a562bb
commit abc936d753
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 = "reword";
$promptText = "reword with html format";
$userText = $input['text'];
// Preparing the data for the OpenAI Chat API request.