Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ class agentCollection:
|
|
94 |
|
95 |
def agentCSV(filepath):
|
96 |
agentcsv = create_csv_agent(
|
97 |
-
|
98 |
filepath,
|
99 |
verbose=True,
|
100 |
agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION
|
|
|
94 |
|
95 |
def agentCSV(filepath):
|
96 |
agentcsv = create_csv_agent(
|
97 |
+
llm,
|
98 |
filepath,
|
99 |
verbose=True,
|
100 |
agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION
|