Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -474,7 +474,6 @@ llm = HuggingFaceEndpoint(
|
|
474 |
temperature=0.7,
|
475 |
model_kwargs={"max_length": 1024}
|
476 |
)
|
477 |
-
)
|
478 |
|
479 |
|
480 |
# Initialize the LangChain agent with the tool(s) and the model
|
|
|
474 |
temperature=0.7,
|
475 |
model_kwargs={"max_length": 1024}
|
476 |
)
|
|
|
477 |
|
478 |
|
479 |
# Initialize the LangChain agent with the tool(s) and the model
|