Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Feb 22, 2024
1 parent 28ab569 commit 3947c3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion post/ai.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
$input = json_decode($inputJSON, TRUE); // Convert JSON into array.

$promptText = "You are an experienced technician at a help desk, training a new technician. You are helping rewrite response for clarity and professionalism, but dont make it too wordy.";
// Prefix the input text with "reword: "
$userText = $input['text'];

// Preparing the data for the OpenAI Chat API request.
Expand Down

0 comments on commit 3947c3a

Please sign in to comment.