EtienneB commited on
Commit
4a5a82f
·
1 Parent(s): 7fe8e5c

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -1
agent.py CHANGED
@@ -95,7 +95,6 @@ retriever_component = vector_store.as_retriever(
95
 
96
  def build_graph():
97
  """Build the graph"""
98
-
99
  # First create the HuggingFaceEndpoint
100
  llm_endpoint = HuggingFaceEndpoint(
101
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
 
95
 
96
  def build_graph():
97
  """Build the graph"""
 
98
  # First create the HuggingFaceEndpoint
99
  llm_endpoint = HuggingFaceEndpoint(
100
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",