This commit is contained in:
2025-04-30 20:21:57 +10:00
parent 96cf98c2cf
commit 86c27e4334
+1 -1
View File
@@ -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}