Ashkchamp commited on
Commit
8959567
·
verified ·
1 Parent(s): 2e8e45d

Update web_search_agent.py

Browse files
Files changed (1) hide show
  1. web_search_agent.py +1 -1
web_search_agent.py CHANGED
@@ -13,7 +13,7 @@ class WebSearchAgent:
13
  self.agent = Agent(
14
  name="Web Search Agent",
15
  role="Search the web for financial news and information",
16
- model=Groq(id="gemma2-9b-it"),
17
  tools=[DuckDuckGoTools()],
18
  instructions=["Always include sources"],
19
  markdown=True,
 
13
  self.agent = Agent(
14
  name="Web Search Agent",
15
  role="Search the web for financial news and information",
16
+ model=Groq(id="deepseek-r1-distill-llama-70b"),
17
  tools=[DuckDuckGoTools()],
18
  instructions=["Always include sources"],
19
  markdown=True,