OuroborosM commited on
Commit
ac9ad2c
·
1 Parent(s): 1165dd8

back to old agent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -389,7 +389,7 @@ Thought:{agent_scratchpad}"""
389
 
390
  agent = initialize_agent(tools, llm,
391
  # agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
392
- agent=AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
393
  verbose = True,
394
  handle_parsing_errors = True,
395
  max_iterations = int(os.getenv("max_iterations")),
 
389
 
390
  agent = initialize_agent(tools, llm,
391
  # agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
392
+ agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
393
  verbose = True,
394
  handle_parsing_errors = True,
395
  max_iterations = int(os.getenv("max_iterations")),