Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -161,13 +161,17 @@ def create_article(length_option, articles, params, web_page_option):
|
|
161 |
messages = [
|
162 |
{
|
163 |
"role": "system",
|
164 |
-
"content": f"You are a professional journalist whose task is to write your own article based on one or more articles. This article should combine the content of the original articles, but have its own writing style, which is as follows: {writing_style} Do not use unusual phrases or neologisms from the original articles.
|
165 |
},
|
166 |
{"role": "system", "content": f"Source articles: {article_string}"},
|
167 |
{
|
168 |
"role": "system",
|
169 |
"content": f"Please also note the following instructions defined by the user: {params}",
|
170 |
},
|
|
|
|
|
|
|
|
|
171 |
{
|
172 |
"role": "system",
|
173 |
"content": "Schreibe den Artikel immer in deutscher Sprache.",
|
|
|
161 |
messages = [
|
162 |
{
|
163 |
"role": "system",
|
164 |
+
"content": f"You are a professional journalist whose task is to write your own article based on one or more articles. This article should combine the content of the original articles, but have its own writing style, which is as follows: {writing_style} Do not use unusual phrases or neologisms from the original articles.",
|
165 |
},
|
166 |
{"role": "system", "content": f"Source articles: {article_string}"},
|
167 |
{
|
168 |
"role": "system",
|
169 |
"content": f"Please also note the following instructions defined by the user: {params}",
|
170 |
},
|
171 |
+
{
|
172 |
+
"role": "system",
|
173 |
+
"content": f" It is very important that the length of your article you generate should be {length} words long."
|
174 |
+
}
|
175 |
{
|
176 |
"role": "system",
|
177 |
"content": "Schreibe den Artikel immer in deutscher Sprache.",
|