update
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ def generate_article_tweet(author, post, persona):
|
|||||||
)
|
)
|
||||||
|
|
||||||
response = openai.chat.completions.create(
|
response = openai.chat.completions.create(
|
||||||
model="gpt-4o",
|
model=SUMMARY_MODEL,
|
||||||
messages=[
|
messages=[
|
||||||
{"role": "system", "content": "You are a social media expert crafting engaging tweets."},
|
{"role": "system", "content": "You are a social media expert crafting engaging tweets."},
|
||||||
{"role": "user", "content": prompt}
|
{"role": "user", "content": prompt}
|
||||||
|
|||||||
Reference in New Issue
Block a user