dindizz commited on
Commit
5094060
·
verified ·
1 Parent(s): 34b429d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def create_newsletter(contents, language):
56
  response = openai.chat.completions.create(
57
  model="gpt-4o-mini",
58
  messages=[
59
- {"role": "system", "content": "You are a helpful assistant expert in making newsletters."},
60
  {"role": "user", "content": prompt}
61
  ]
62
  )
 
56
  response = openai.chat.completions.create(
57
  model="gpt-4o-mini",
58
  messages=[
59
+ {"role": "system", "content": "You are a helpful assistant and an expert in making newsletters on AI for The Neural (www.theneural.ai)."},
60
  {"role": "user", "content": prompt}
61
  ]
62
  )