Skip to content

Commit 3c9ba80

Browse files
authored
Add an extra note about AI summaries
Just to be absolutely clear that they may not be accurate.
1 parent b7bb4ef commit 3c9ba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bestof.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def run(user, pw, instance, postcomm, cfg, post_title, images_only, nsfw_b, modu
417417
posttext += "\n\n----\n\nThe main links are using lemmyverse.link which should redirect to the post on your own instance. If you have not used this before, you may need to go direct to https://lemmyverse.link/ and click on 'configure instance'. Some apps will open posts correctly when using the direct link."
418418

419419
if images_only is not True:
420-
posttext += "\n\n️🤖 indicates a summary generated using AI - 🖋️ TLDR This, 🖊️ Pipfeed, 🖍 Deepseek"
420+
posttext += "\n\n️🤖 indicates a summary generated using AI - 🖋️ TLDR This, 🖊️ Pipfeed, 🖍 Deepseek. It is possible that the summary does not accurately convey the meaning of the original article, refer to the source material if in any doubt."
421421

422422
print(posttext)
423423

0 commit comments

Comments
 (0)