Shago commited on
Commit
83a2313
·
verified ·
1 Parent(s): ac0a470

Update agents/agents_nodes.py

Browse files
Files changed (1) hide show
  1. agents/agents_nodes.py +1 -1
agents/agents_nodes.py CHANGED
@@ -25,7 +25,7 @@ text_generator = pipeline(
25
  )
26
 
27
 
28
- # llm = HuggingFacePipeline(pipeline=text_generator)
29
  # llm_instantiated = llm.bind_tools(
30
  # [time_value_tool],
31
  # tool_choice={"type": "function", "function": {"name": "time_value_tool"}}
 
25
  )
26
 
27
 
28
+ llm = HuggingFacePipeline(pipeline=text_generator)
29
  # llm_instantiated = llm.bind_tools(
30
  # [time_value_tool],
31
  # tool_choice={"type": "function", "function": {"name": "time_value_tool"}}