apple muncy commited on
Commit
7ade436
·
1 Parent(s): ed0ec2e

Signed-off-by: apple muncy <[email protected]>

Files changed (2) hide show
  1. requirements.txt +1 -1
  2. tools.py +1 -1
requirements.txt CHANGED
@@ -4,7 +4,7 @@ langchain-community
4
  rank_bm25
5
  gradio
6
  litellm
7
- langchain==0.3.16
8
  langchain-litellm
9
  langgraph
10
  langchain-huggingface
 
4
  rank_bm25
5
  gradio
6
  litellm
7
+ langchain
8
  langchain-litellm
9
  langgraph
10
  langchain-huggingface
tools.py CHANGED
@@ -1,7 +1,7 @@
1
  from langchain_community.tools import DuckDuckGoSearchRun
2
  import random
3
 
4
- from langchain.tools import Tool
5
 
6
  # Initialize the DuckDuckGo search tool
7
 
 
1
  from langchain_community.tools import DuckDuckGoSearchRun
2
  import random
3
 
4
+ from langchain_core.tools import Tool
5
 
6
  # Initialize the DuckDuckGo search tool
7