Pijush2023 commited on
Commit
3ef358a
·
verified ·
1 Parent(s): 969e009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ tools = [
401
  # Initialize the agent
402
  agent = initialize_agent(
403
  tools=tools,
404
- llm=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
  )