RKP64 commited on
Commit
0856354
·
verified ·
1 Parent(s): bc3c729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def main():
50
 
51
  # create the agent
52
  agent = create_csv_agent(
53
- ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613"),
54
  os.path.join(os.getcwd(), csv_file.name),
55
  verbose=True,
56
  agent_type=AgentType.OPENAI_FUNCTIONS,
 
50
 
51
  # create the agent
52
  agent = create_csv_agent(
53
+ ChatOpenAI(temperature=0, model="gpt-40-mini"),
54
  os.path.join(os.getcwd(), csv_file.name),
55
  verbose=True,
56
  agent_type=AgentType.OPENAI_FUNCTIONS,