Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|