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

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-40-mini"),
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-4-turbo"),
54
  os.path.join(os.getcwd(), csv_file.name),
55
  verbose=True,
56
  agent_type=AgentType.OPENAI_FUNCTIONS,