Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -401,7 +401,7 @@ tools = [
|
|
401 |
# Initialize the agent
|
402 |
agent = initialize_agent(
|
403 |
tools=tools,
|
404 |
-
llm=
|
405 |
agent="zero-shot-react-description",
|
406 |
verbose=True
|
407 |
)
|
|
|
401 |
# Initialize the agent
|
402 |
agent = initialize_agent(
|
403 |
tools=tools,
|
404 |
+
llm=chat_model,
|
405 |
agent="zero-shot-react-description",
|
406 |
verbose=True
|
407 |
)
|