Yasu777 commited on
Commit
e0c663e
·
1 Parent(s): cecb5a1

Update third.py

Browse files
Files changed (1) hide show
  1. third.py +0 -3
third.py CHANGED
@@ -107,9 +107,6 @@ async def main(editable_output2, keyword_id):
107
  else:
108
  instructions.append(f'次に、"{h3}"に関する詳細な内容を記述してください。')
109
 
110
- # 記事全体のまとめに関する指示
111
- instructions.append(f'最後に、記事全体のまとめとして、<h2>まとめ</h2>を記述してください。')
112
-
113
  user_message = {
114
  "role": "user",
115
  "content": "\n".join(instructions)
 
107
  else:
108
  instructions.append(f'次に、"{h3}"に関する詳細な内容を記述してください。')
109
 
 
 
 
110
  user_message = {
111
  "role": "user",
112
  "content": "\n".join(instructions)