Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebook/agentchat_autobuild.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"outputs": [],
"source": [
"!pip install pyautogen"
"!pip install ag2"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebook/oai_completion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"\n",
"AutoGen requires `Python>=3.8`. To run this notebook example, please install with the [blendsearch] option:\n",
"```bash\n",
"pip install pyautogen[blendsearch]\n",
"pip install ag2[blendsearch]\n",
"```"
]
},
Expand All @@ -58,7 +58,7 @@
},
"outputs": [],
"source": [
"# %pip install \"pyautogen[blendsearch]~=0.1.0\" datasets"
"# %pip install \"ag2[blendsearch]~=0.1.0\" datasets"
]
},
{
Expand Down