From 083d9eadc3953f8441ece1b72a886eb80d970456 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 9 Feb 2024 16:29:49 -0500 Subject: [PATCH] Added Pop Over title to Expense Date to show the TimeStamp that expense was actually created in The Database. Will implement more Title Popovers throughout ITFlow where additional info like that can be useful --- blank.php | 2 +- expenses.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()")); - +