Update agent.py
Browse files
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 |
|