Spaces:
Sleeping
Sleeping
junlin3
commited on
Commit
·
44c0550
1
Parent(s):
021d17f
chang to qwen3
Browse files
agent.py
CHANGED
@@ -182,7 +182,7 @@ def build_graph(tag: str='huggingface'):
|
|
182 |
elif tag == "huggingface":
|
183 |
llm = ChatHuggingFace(
|
184 |
llm=HuggingFaceEndpoint(
|
185 |
-
endpoint_url="https://api-inference.huggingface.co/models/
|
186 |
temperature=0,
|
187 |
)
|
188 |
else:
|
|
|
182 |
elif tag == "huggingface":
|
183 |
llm = ChatHuggingFace(
|
184 |
llm=HuggingFaceEndpoint(
|
185 |
+
endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-14B"),
|
186 |
temperature=0,
|
187 |
)
|
188 |
else:
|