Update app.py
Browse files
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-
|
| 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,
|