rsobieski commited on
Commit
afa8be7
·
verified ·
1 Parent(s): f53d974

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -29,7 +29,7 @@ def build_graph():
29
  # )
30
  llm = HuggingFaceEndpoint(
31
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
32
- huggingfacehub_api_token=HF_TOKEN,
33
  )
34
 
35
 
 
29
  # )
30
  llm = HuggingFaceEndpoint(
31
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
32
+ # huggingfacehub_api_token=HF_TOKEN,
33
  )
34
 
35