Docfile commited on
Commit
b4187b5
·
verified ·
1 Parent(s): d4fb052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ llm = LLM(
20
  api_key=GEMINI_API_KEY
21
  )
22
 
23
- serper_tool = SerperDevTool(api_key=SERPERDEV_API_KEY)
24
 
25
  # Plan Generator Agent
26
  class PlanGeneratorAgent(Agent):
 
20
  api_key=GEMINI_API_KEY
21
  )
22
 
23
+ serper_tool = SerperDevTool(api_key=SERPER_API_KEY)
24
 
25
  # Plan Generator Agent
26
  class PlanGeneratorAgent(Agent):