Skip to content

Commit

Permalink
Change the OpenAI language a bit
Browse files Browse the repository at this point in the history
This is more clear about which summary (i.e., not the bill summary).
  • Loading branch information
waldoj committed Apr 13, 2024
1 parent b0a3ed6 commit 6425eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/summarize_fis.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

// Add a disclaimer
$summary = '<p>' . $summary . '</p>
<p class="openai">Summary generated automatically by OpenAI.</p>';
<p class="openai">Fiscal impact statement automatically summarized by OpenAI.</p>';

/*
* Step 4: Save the Summary
Expand Down

0 comments on commit 6425eae

Please sign in to comment.