Commit ·
ae06836
1
Parent(s): 1b8a61f
updates
Browse files
agent.py
CHANGED
|
@@ -89,7 +89,7 @@ def build_graph(provider: str = "huggingface"):
|
|
| 89 |
if provider == "huggingface":
|
| 90 |
llm = ChatHuggingFace(
|
| 91 |
llm=HuggingFaceEndpoint(
|
| 92 |
-
repo_id="Qwen/
|
| 93 |
temperature=0,
|
| 94 |
huggingfacehub_api_token=os.getenv("HF_TOKEN")
|
| 95 |
)
|
|
|
|
| 89 |
if provider == "huggingface":
|
| 90 |
llm = ChatHuggingFace(
|
| 91 |
llm=HuggingFaceEndpoint(
|
| 92 |
+
repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 93 |
temperature=0,
|
| 94 |
huggingfacehub_api_token=os.getenv("HF_TOKEN")
|
| 95 |
)
|