Update agent.py
Browse files
agent.py
CHANGED
@@ -185,7 +185,7 @@ def build_graph(provider: str = "huggingface"):
|
|
185 |
llm=HuggingFaceEndpoint(
|
186 |
#endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|
187 |
endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-30B-A3B",
|
188 |
-
temperature=0
|
189 |
),
|
190 |
)
|
191 |
else:
|
|
|
185 |
llm=HuggingFaceEndpoint(
|
186 |
#endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|
187 |
endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-30B-A3B",
|
188 |
+
temperature=0,
|
189 |
),
|
190 |
)
|
191 |
else:
|