Spaces:
Build error
Build error
comment out langhcain_google_genai
Browse files- agent.py +1 -1
- requirements.txt +1 -1
agent.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 2 |
from langchain_community.tools.tavily_search import TavilySearchResults
|
| 3 |
import requests
|
| 4 |
import os
|
|
|
|
| 1 |
+
# from langchain_google_genai import ChatGoogleGenerativeAI
|
| 2 |
from langchain_community.tools.tavily_search import TavilySearchResults
|
| 3 |
import requests
|
| 4 |
import os
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
langchain-google-genai == 2.0.11
|
| 2 |
dotenv == 0.9.9
|
| 3 |
langchain-community == 0.3.19
|
| 4 |
langgraph == 0.3.8
|
|
|
|
| 1 |
+
# langchain-google-genai == 2.0.11
|
| 2 |
dotenv == 0.9.9
|
| 3 |
langchain-community == 0.3.19
|
| 4 |
langgraph == 0.3.8
|