Add1E commited on
Commit
77aba26
·
verified ·
1 Parent(s): cae655c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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. It is important that the length of your article should be {length} words long.",
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.",