Commit
·
f8b904a
1
Parent(s):
8f07772
ghrfd
Browse files- __pycache__/agent.cpython-310.pyc +0 -0
- agent.py +1 -1
__pycache__/agent.cpython-310.pyc
CHANGED
Binary files a/__pycache__/agent.cpython-310.pyc and b/__pycache__/agent.cpython-310.pyc differ
|
|
agent.py
CHANGED
@@ -342,7 +342,7 @@ def build_graph(provider: str = "huggingface"):
|
|
342 |
raise ValueError("HF_TOKEN environment variable not set. It's required for Hugging Face provider.")
|
343 |
llm = HuggingFaceEndpoint(
|
344 |
repo_id="Qwen/Qwen3-235B-A22B",
|
345 |
-
provider="
|
346 |
task="text-generation",
|
347 |
max_new_tokens=1000,
|
348 |
do_sample=False,
|
|
|
342 |
raise ValueError("HF_TOKEN environment variable not set. It's required for Hugging Face provider.")
|
343 |
llm = HuggingFaceEndpoint(
|
344 |
repo_id="Qwen/Qwen3-235B-A22B",
|
345 |
+
provider="auto",
|
346 |
task="text-generation",
|
347 |
max_new_tokens=1000,
|
348 |
do_sample=False,
|