Nechba commited on
Commit
6bcc7ce
1 Parent(s): e8e8863

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 correcting is the bolding of LSI keywords/associated keywords and/or important words in the text. KEEP THE SAME TEXT " + rep6)
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