SurabhiT commited on
Commit
a1ef925
1 Parent(s): 7587e26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ class agentCollection:
94
 
95
  def agentCSV(filepath):
96
  agentcsv = create_csv_agent(
97
- ChatGoogleGenerativeAI(temperature=0.6, model="gemini-1.5-flash-latest"),
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