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