shukdevdatta123 commited on
Commit
453d53c
·
verified ·
1 Parent(s): 8ab00a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ def main():
21
  OpenAI(temperature=0, api_key=api_key),
22
  csv_file,
23
  verbose=True,
24
- agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION
 
25
  )
26
 
27
  # User question input
 
21
  OpenAI(temperature=0, api_key=api_key),
22
  csv_file,
23
  verbose=True,
24
+ agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
25
+ allow_dangerous_code=True
26
  )
27
 
28
  # User question input