File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Let's set up this system.
2525Run the line below to install the required dependencies:
2626
2727``` py
28- ! pip install markdownify smolagents[toolkit] -- upgrade - q
28+ ! pip install smolagents[toolkit] -- upgrade - q
2929```
3030
3131Let's login to HF in order to call Inference Providers:
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ dependencies = [
1717 " rich>=13.9.4" ,
1818 " jinja2>=3.1.4" ,
1919 " pillow>=10.0.1" , # Security fix for CVE-2023-4863: https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html
20- " markdownify>=0.14.1" ,
2120 " python-dotenv"
2221]
2322
@@ -66,6 +65,7 @@ telemetry = [
6665]
6766toolkit = [
6867 " duckduckgo-search>=6.3.7" , # DuckDuckGoSearchTool
68+ " markdownify>=0.14.1" , # VisitWebpageTool
6969]
7070transformers = [
7171 " accelerate" ,
You can’t perform that action at this time.
0 commit comments