Manasa1 commited on
Commit
2dc84b0
·
verified ·
1 Parent(s): 65aab5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 journalist 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.",
 
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.",