Skip to content

Commit b1ef030

Browse files
committed
object count notebook
1 parent 767c879 commit b1ef030

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

notebooks/qas/adalflow_object_count_auto_optimization.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@
6262
"clear_output()"
6363
]
6464
},
65+
{
66+
"cell_type": "code",
67+
"execution_count": null,
68+
"metadata": {},
69+
"outputs": [],
70+
"source": [
71+
"!pip uninstall httpx anyio -y\n",
72+
"!pip install \"anyio>=3.1.0,<4.0\"\n",
73+
"!pip install httpx==0.24.1"
74+
]
75+
},
6576
{
6677
"cell_type": "code",
6778
"execution_count": null,

0 commit comments

Comments
 (0)