Skip to content

Commit 2b1b997

Browse files
includes transformers dependency
1 parent 5f43c90 commit 2b1b997

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

python-recipes/agents/04_autogen_agent.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 1,
29+
"execution_count": null,
3030
"metadata": {},
3131
"outputs": [
3232
{
@@ -45,7 +45,7 @@
4545
}
4646
],
4747
"source": [
48-
"%pip install -q autogen autogen_agentchat\n",
48+
"%pip install -q autogen autogen_agentchat transformers\n",
4949
"%pip install -q \"autogen-ext[redisvl]\""
5050
]
5151
},
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"cell_type": "code",
61-
"execution_count": 2,
61+
"execution_count": null,
6262
"metadata": {},
6363
"outputs": [
6464
{
@@ -74,14 +74,12 @@
7474
],
7575
"source": [
7676
"# NBVAL_SKIP\n",
77-
"'''\n",
7877
"%%sh\n",
7978
"curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg\n",
8079
"echo \"deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main\" | sudo tee /etc/apt/sources.list.d/redis.list\n",
8180
"sudo apt-get update > /dev/null 2>&1\n",
8281
"sudo apt-get install redis-stack-server > /dev/null 2>&1\n",
83-
"redis-stack-server --daemonize yes\n",
84-
"'''"
82+
"redis-stack-server --daemonize yes"
8583
]
8684
},
8785
{

0 commit comments

Comments
 (0)