diff --git a/autonomous_agent/agentchat_oai_assistant_groupchat.ipynb b/autonomous_agent/agentchat_oai_assistant_groupchat.ipynb index 603d2cf..bf728b4 100644 --- a/autonomous_agent/agentchat_oai_assistant_groupchat.ipynb +++ b/autonomous_agent/agentchat_oai_assistant_groupchat.ipynb @@ -15,7 +15,7 @@ "\n", "AutoGen requires `Python>=3.8`. To run this notebook example, please install:\n", "```bash\n", - "pip install \"pyautogen>=0.2.3\"\n", + "pip install \"ag2>=0.2.3\"\n", "```" ] }, diff --git a/autonomous_agent/agentchat_oai_code_interpreter.ipynb b/autonomous_agent/agentchat_oai_code_interpreter.ipynb index 921165f..a1007b4 100644 --- a/autonomous_agent/agentchat_oai_code_interpreter.ipynb +++ b/autonomous_agent/agentchat_oai_code_interpreter.ipynb @@ -11,7 +11,7 @@ "\n", "AutoGen requires `Python>=3.8`. To run this notebook example, please install:\n", "```bash\n", - "pip install pyautogen\n", + "pip install ag2\n", "```" ] },