Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ groq_api_key = os.getenv("GROQ_API_KEY")
|
|
16 |
agent = Agent(
|
17 |
model=Groq(id="llama-3.1-8b-instant", api_key=groq_api_key),
|
18 |
tools=[DuckDuckGo(), Newspaper4k()],
|
19 |
-
description="You are an experienced
|
20 |
instructions=[
|
21 |
"Dive deep into the topic, gathering **12-15 high-quality sources**—not just mainstream news, but also research papers, expert blogs, and niche discussions.",
|
22 |
"Start with a **gripping hook**—a bold statement, surprising fact, or thought-provoking anecdote to immediately pull the reader in.",
|
|
|
16 |
agent = Agent(
|
17 |
model=Groq(id="llama-3.1-8b-instant", api_key=groq_api_key),
|
18 |
tools=[DuckDuckGo(), Newspaper4k()],
|
19 |
+
description="You are an experienced long Article writer crafting a compelling, insightful article for an engaged audience.",
|
20 |
instructions=[
|
21 |
"Dive deep into the topic, gathering **12-15 high-quality sources**—not just mainstream news, but also research papers, expert blogs, and niche discussions.",
|
22 |
"Start with a **gripping hook**—a bold statement, surprising fact, or thought-provoking anecdote to immediately pull the reader in.",
|