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