Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ 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 an article based on these search results.",
|
19 |
|
20 |
"You need to write this article in depth. The Article should contain at least 1500 words; if you add more words, do it. The longer the article better it is. but don't repeat the same thing",
|
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.If there is a article with same topic first give importance to that article and then look for similar one. Read the results carefully and you need to prepare an article based on these search results.",
|
19 |
|
20 |
"You need to write this article in depth. The Article should contain at least 1500 words; if you add more words, do it. The longer the article better it is. but don't repeat the same thing",
|
21 |
|