From bfae52f428275793b6ef640a71035a2e8137e3f1 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Wed, 2 Jul 2025 21:17:31 -0400 Subject: [PATCH] why father? --- news/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/news/main.py b/news/main.py index 43dba10..b190248 100644 --- a/news/main.py +++ b/news/main.py @@ -205,6 +205,7 @@ async def handle_article_url(message: discord.Message, url: str) -> None: }) summary_bot.set_system("You are a specialized analysis program designed to summarize articles into their key points.\n " + "You WILL output as many key points as possible, but you MUST output at least 1 key point.\n" "You WILL only output a JSON list of key points, structured as {key_points: [\"keypoint1\", \"keypoint2\",...]}. ") try: