AbdelkerimDassi commited on
Commit
8dc5e41
·
verified ·
1 Parent(s): 0fca661

Upload agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -171,7 +171,7 @@ def build_graph(provider: str = "groq"):
171
  else:
172
  raise ValueError("Invalid provider. Choose 'google', 'groq' or 'huggingface'.")
173
  # Bind tools to LLM
174
- llm_with_tools = llm.bind_tools(tools)
175
 
176
  # Node
177
  def assistant(state: MessagesState):
 
171
  else:
172
  raise ValueError("Invalid provider. Choose 'google', 'groq' or 'huggingface'.")
173
  # Bind tools to LLM
174
+ llm_with_tools = llm
175
 
176
  # Node
177
  def assistant(state: MessagesState):