From 41dc142b60821975df284a9a267d8e3ec726f8d5 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 30 Apr 2025 20:30:24 +1000 Subject: [PATCH] add viral to prompt --- foodie_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foodie_utils.py b/foodie_utils.py index 12b1d9f..c6d961c 100644 --- a/foodie_utils.py +++ b/foodie_utils.py @@ -138,7 +138,7 @@ def generate_article_tweet(author, post, persona): response = openai.chat.completions.create( model=SUMMARY_MODEL, messages=[ - {"role": "system", "content": "You are a social media expert crafting engaging tweets."}, + {"role": "system", "content": "You are a social media viral expert crafting engaging tweets."}, {"role": "user", "content": prompt} ], max_tokens=100,