bstraehle commited on
Commit
2c45eb2
·
verified ·
1 Parent(s): 7fbdd5e

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -16,7 +16,7 @@ def get_blog_task(model):
16
  return Task(
17
  description=(
18
  "1. Use the context to write a {word_count}-word blog post on topic {topic}.\n"
19
- "2. If applicable, add images and bullet lists.\n"
20
  "3. If applicable, add a references section with research papers."
21
  ),
22
  expected_output="A {word_count}-word blog post on topic {topic}.",
 
16
  return Task(
17
  description=(
18
  "1. Use the context to write a {word_count}-word blog post on topic {topic}.\n"
19
+ "2. Structure the post into introduction, body, and conlusion. In addition to text, add images and lists.\n"
20
  "3. If applicable, add a references section with research papers."
21
  ),
22
  expected_output="A {word_count}-word blog post on topic {topic}.",