Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -166,7 +166,7 @@ def create_pipeline(article_title, main_keyword, target_tone,optional_text):
|
|
166 |
"Keep the same text structure, just add more content. " + rep5)
|
167 |
rep6 = call_ai_api(prompt6)
|
168 |
|
169 |
-
prompt7 = ("The only thing that needs
|
170 |
rep7 = call_ai_api(prompt7)
|
171 |
|
172 |
return rep7
|
|
|
166 |
"Keep the same text structure, just add more content. " + rep5)
|
167 |
rep6 = call_ai_api(prompt6)
|
168 |
|
169 |
+
prompt7 = ("The only thing that needs to be corrected is the use of bold formatting. Use HTML format with <strong> for LSI keywords/associated keywords and/or important words from the text. KEEP THE SAME TEXT " + rep6)
|
170 |
rep7 = call_ai_api(prompt7)
|
171 |
|
172 |
return rep7
|