mirror of https://github.com/itflow-org/itflow
Update the AI prompt to style with html formatting
This commit is contained in:
parent
5b38a562bb
commit
abc936d753
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue