acpotts commited on
Commit
6ab1d9c
·
1 Parent(s): b94e480

comment out langhcain_google_genai

Browse files
Files changed (2) hide show
  1. agent.py +1 -1
  2. 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