mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user