diff --git a/blank.php b/blank.php index 0fc8177b..41aa9dc3 100644 --- a/blank.php +++ b/blank.php @@ -48,7 +48,7 @@ document.getElementById('rewordButton').addEventListener('click', function() { // Prepare the API request payload const data = { - model: "gpt-4", // or the latest available model + model: "text-davinci-004", // or the latest available model prompt: `Reword the following text: "${textToReword}"`, temperature: 0.7, max_tokens: 1024, diff --git a/expenses.php b/expenses.php index ce2126e8..90a2232f 100644 --- a/expenses.php +++ b/expenses.php @@ -169,7 +169,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - +