Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|