Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -12,6 +12,7 @@ from langchain_community.document_loaders import ArxivLoader
|
|
| 12 |
|
| 13 |
from langchain_core.messages import SystemMessage, HumanMessage
|
| 14 |
from langchain_core.tools import tool
|
|
|
|
| 15 |
|
| 16 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 17 |
|
|
|
|
| 12 |
|
| 13 |
from langchain_core.messages import SystemMessage, HumanMessage
|
| 14 |
from langchain_core.tools import tool
|
| 15 |
+
from langchain.chat_models import ChatHuggingFace
|
| 16 |
|
| 17 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 18 |
|