Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,8 @@ if submit_button :
|
|
| 41 |
)
|
| 42 |
|
| 43 |
agent = create_pandas_dataframe_agent(
|
| 44 |
-
chat_model,
|
| 45 |
-
df,
|
| 46 |
verbose=True,
|
| 47 |
agent_type=AgentType.OPENAI_FUNCTIONS,
|
| 48 |
)
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
agent = create_pandas_dataframe_agent(
|
| 44 |
+
llm=chat_model,
|
| 45 |
+
df=df,
|
| 46 |
verbose=True,
|
| 47 |
agent_type=AgentType.OPENAI_FUNCTIONS,
|
| 48 |
)
|