Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ from requests.exceptions import RequestException
|
|
13 |
|
14 |
from typing import Optional, List
|
15 |
from langchain_core.tools import BaseTool, tool
|
16 |
-
from langchain_community.tools import DuckDuckGoSearchResults
|
17 |
-
from langchain_experimental.tools import PythonREPLTool
|
18 |
import requests
|
19 |
from bs4 import BeautifulSoup
|
20 |
import markdownify
|
|
|
13 |
|
14 |
from typing import Optional, List
|
15 |
from langchain_core.tools import BaseTool, tool
|
16 |
+
#from langchain_community.tools import DuckDuckGoSearchResults
|
17 |
+
#from langchain_experimental.tools import PythonREPLTool
|
18 |
import requests
|
19 |
from bs4 import BeautifulSoup
|
20 |
import markdownify
|