Update agent.py
Browse files
agent.py
CHANGED
@@ -184,7 +184,8 @@ def build_graph(provider: str = "huggingface"):
|
|
184 |
llm = ChatHuggingFace(
|
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 |
)
|
|
|
184 |
llm = ChatHuggingFace(
|
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 |
+
endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-32B.Instruct",
|
189 |
temperature=0,
|
190 |
),
|
191 |
)
|