Skip to content

Commit 6002453

Browse files
authored
Merge pull request #107 from nehalsangoi/bugfix/ddgs-import-error
Added command to install ddgs module to remediate module import error…
2 parents 8d2b125 + dada7fe commit 6002453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workshops/diy-agents-with-sagemaker-and-bedrock/4-frameworks/smolagents/smolagents-example.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"outputs": [],
1111
"source": [
12-
"%pip install smolagents \"smolagents[litellm]\" -qU"
12+
"%pip install smolagents \"smolagents[litellm]\" -qU\n",
13+
"%pip install ddgs"
1314
]
1415
},
1516
{

0 commit comments

Comments
 (0)