hanshan1988 commited on
Commit
a9dae1d
·
1 Parent(s): ee950fa

fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,8 +49,7 @@ tools_list = [
49
  ]
50
 
51
  llm_with_tools = chat_model.bind_tools(
52
- tools_list,
53
- parallel_tool_calls=True
54
  )
55
 
56
  # Define Agent Workflow
 
49
  ]
50
 
51
  llm_with_tools = chat_model.bind_tools(
52
+ tools_list
 
53
  )
54
 
55
  # Define Agent Workflow