Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
7ade436
1
Parent(s):
ed0ec2e
add core
Browse filesSigned-off-by: apple muncy <[email protected]>
- requirements.txt +1 -1
- tools.py +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ langchain-community
|
|
4 |
rank_bm25
|
5 |
gradio
|
6 |
litellm
|
7 |
-
langchain
|
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
|
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 |
|