Ishanpardeshi commited on
Commit
7759639
·
verified ·
1 Parent(s): 4469abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -91,13 +91,13 @@ class tools:
91
  class AgentLoader:
92
 
93
  def csvReaderAgent(path):
94
- agent = create_csv_agent(
95
- ChatGoogleGenerativeAI(temperature=0.6, model="gemini-1.5-flash-latest"),
96
- path,
97
- verbose=True,
98
- agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION
99
- )
100
- return agent
101
 
102
  def fileReaderAgent(path):
103
  FileReader = Agent(
 
91
  class AgentLoader:
92
 
93
  def csvReaderAgent(path):
94
+ # agent = create_csv_agent(
95
+ # ChatGoogleGenerativeAI(temperature=0.6, model="gemini-1.5-flash-latest"),
96
+ # path,
97
+ # verbose=True,
98
+ # agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION
99
+ # )
100
+ return 0
101
 
102
  def fileReaderAgent(path):
103
  FileReader = Agent(