Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -177,8 +177,7 @@ def build_graph(provider: str = "huggingface", huggingface_model: str = "mistral
|
|
177 |
llm=HuggingFaceEndpoint(
|
178 |
repo_id=repo_id,
|
179 |
temperature=0,
|
180 |
-
|
181 |
-
)
|
182 |
)
|
183 |
|
184 |
else:
|
|
|
177 |
llm=HuggingFaceEndpoint(
|
178 |
repo_id=repo_id,
|
179 |
temperature=0,
|
180 |
+
)
|
|
|
181 |
)
|
182 |
|
183 |
else:
|