rsobieski commited on
Commit
c445d91
·
verified ·
1 Parent(s): daf66d0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -20,7 +20,7 @@ def build_graph():
20
  # Initialize HuggingFace Qwen model as fallback
21
  llm = HuggingFaceEndpoint(
22
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
23
- Optionally: huggingfacehub_api_token=os.environ["HF_TOKEN"]
24
  )
25
 
26
  # Node: Retriever
 
20
  # Initialize HuggingFace Qwen model as fallback
21
  llm = HuggingFaceEndpoint(
22
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
23
+ huggingfacehub_api_token=os.environ["HF_TOKEN"]
24
  )
25
 
26
  # Node: Retriever