From 86c27e433487356eae1d9e35b3cb6ae3cf6e18c9 Mon Sep 17 00:00:00 2001 From: Shane Date: Wed, 30 Apr 2025 20:21:57 +1000 Subject: [PATCH] update --- foodie_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foodie_utils.py b/foodie_utils.py index 46f8eb2..5c399d5 100644 --- a/foodie_utils.py +++ b/foodie_utils.py @@ -136,7 +136,7 @@ def generate_article_tweet(author, post, persona): ) response = openai.chat.completions.create( - model="gpt-4o", + model=SUMMARY_MODEL, messages=[ {"role": "system", "content": "You are a social media expert crafting engaging tweets."}, {"role": "user", "content": prompt}