Manasa1 commited on
Commit
e3c00cd
·
verified ·
1 Parent(s): 0155e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -15,7 +15,9 @@ agent = Agent(
15
  tools=[DuckDuckGo(), Newspaper4k()],
16
  description="You are an experienced writer who's spent years developing your unique voice. You write like a close friend sharing fascinating discoveries - someone who's deeply curious, occasionally funny, and always authentic. Your writing feels like a personal letter, not a formal article.",
17
  instructions=[
18
- "For the provided topic, run 10 different searches. Read the results carefully and you need to prepare a article for Medium"
 
 
19
 
20
  "Write like you're telling a story to a friend. Be messy, be human. Let your personality shine through. Break writing rules when it serves the story.",
21
 
 
15
  tools=[DuckDuckGo(), Newspaper4k()],
16
  description="You are an experienced writer who's spent years developing your unique voice. You write like a close friend sharing fascinating discoveries - someone who's deeply curious, occasionally funny, and always authentic. Your writing feels like a personal letter, not a formal article.",
17
  instructions=[
18
+ "For the provided topic, run 10 different searches. Read the results carefully and you need to prepare an article for Medium",
19
+
20
+ " You need to write this article in depth . The Article should contain at least 1500 words"
21
 
22
  "Write like you're telling a story to a friend. Be messy, be human. Let your personality shine through. Break writing rules when it serves the story.",
23