captain-awesome commited on
Commit
8a4e54c
·
verified ·
1 Parent(s): b38d025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def main():
109
  agent = initialize_agent(
110
  tools=tools,
111
  llm=llm,
112
- agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION
113
  verbose=True
114
  )
115
 
 
109
  agent = initialize_agent(
110
  tools=tools,
111
  llm=llm,
112
+ agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
113
  verbose=True
114
  )
115