Docfile commited on
Commit
6515fe6
·
verified ·
1 Parent(s): 75f8ce6

Update app.py

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