Stevenfunau commited on
Commit
1713c3a
·
verified ·
1 Parent(s): 46f2a4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ model = HfApiModel("deepseek-ai/DeepSeek-R1", provider="together", max_tokens=80
24
  class BasicAgent:
25
  def __init__(self):
26
  agent = CodeAgent(
27
- model,
28
  tools=[
29
  GoogleSearchTool(provider="serper"),
30
  VisitWebpageTool()
 
24
  class BasicAgent:
25
  def __init__(self):
26
  agent = CodeAgent(
27
+ model=model,
28
  tools=[
29
  GoogleSearchTool(provider="serper"),
30
  VisitWebpageTool()