Dede16 commited on
Commit
b6096cb
·
1 Parent(s): d1aa77f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ def artikel_processing(link_scrap,backlink,keyword,models):
245
  Please do not change the existing format in the article, just adjust the writing style according to the 10 criteria I mentioned.
246
  """ },
247
  {"role": "user", "content": "Please ensure the usage of proper and correct Indonesian language. \nDo not write any explanation and any pleasantries. Provide only the rewrited article using this format: {rewrited article}"}
248
-
249
  if models == 'openai':
250
  result = get_openai_response(messages)
251
  article.append(result)
 
245
  Please do not change the existing format in the article, just adjust the writing style according to the 10 criteria I mentioned.
246
  """ },
247
  {"role": "user", "content": "Please ensure the usage of proper and correct Indonesian language. \nDo not write any explanation and any pleasantries. Provide only the rewrited article using this format: {rewrited article}"}
248
+ ]
249
  if models == 'openai':
250
  result = get_openai_response(messages)
251
  article.append(result)