Skip to content

Commit

Permalink
Update the AI prompt to style with html formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyq committed May 15, 2024
1 parent 5b38a56 commit abc936d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/ai.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit abc936d

Please sign in to comment.