bstraehle commited on
Commit
b0d3542
1 Parent(s): caf4a88

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -16,7 +16,7 @@ def get_write_task(model, temperature, verbose):
16
  return Task(
17
  description=(
18
  "1. Use the context to write a 2000-word article on topic: {topic}.\n"
19
- "2. At the beginning of the article, add current date and author: Multi-AI-Agent System.\n"
20
  "3. At the end of the article, add a references section with research papers."
21
  ),
22
  expected_output="An article on topic {topic}.",
 
16
  return Task(
17
  description=(
18
  "1. Use the context to write a 2000-word article on topic: {topic}.\n"
19
+ "2. At the beginning of the article, add current date and author: Multi-Agent AI System.\n"
20
  "3. At the end of the article, add a references section with research papers."
21
  ),
22
  expected_output="An article on topic {topic}.",