diff --git a/code_exec_jupyter.py b/code_exec_jupyter.py index 94e50c8..48dbe0c 100644 --- a/code_exec_jupyter.py +++ b/code_exec_jupyter.py @@ -1,7 +1,7 @@ # Testing the Code Executor - Local Jupyter - NO LLM # Based on: https://github.com/microsoft/autogen/blob/tutorial/website/docs/getting-started/code-executors.ipynb -# Installed: pip install -qqq 'pyautogen[local-jupyter-exec]' +# Installed: pip install -qqq 'ag2[local-jupyter-exec]' import os import tempfile diff --git a/code_exec_jupyter_llm_fib.py b/code_exec_jupyter_llm_fib.py index 31b66de..8b2301e 100644 --- a/code_exec_jupyter_llm_fib.py +++ b/code_exec_jupyter_llm_fib.py @@ -1,7 +1,7 @@ # Testing the Code Executor - Local Jupyter - Local LLM # Based on: https://github.com/microsoft/autogen/blob/tutorial/website/docs/getting-started/code-executors.ipynb -# Installed: pip install -qqq 'pyautogen[local-jupyter-exec]' +# Installed: pip install -qqq 'ag2[local-jupyter-exec]' import os import tempfile diff --git a/code_exec_jupyter_llm_functioncall.py b/code_exec_jupyter_llm_functioncall.py index 476f34a..8f810c8 100644 --- a/code_exec_jupyter_llm_functioncall.py +++ b/code_exec_jupyter_llm_functioncall.py @@ -1,7 +1,7 @@ # Testing the Function Calling - Local Jupyter - Local LLM # Based on: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_function_call.ipynb -# Installed: pip install -qqq 'pyautogen[local-jupyter-exec]' +# Installed: pip install -qqq 'ag2[local-jupyter-exec]' import os import tempfile diff --git a/code_exec_jupyter_llm_stocks.py b/code_exec_jupyter_llm_stocks.py index 5441c71..993d2c4 100644 --- a/code_exec_jupyter_llm_stocks.py +++ b/code_exec_jupyter_llm_stocks.py @@ -1,7 +1,7 @@ # Testing the Code Executor - Local Jupyter - Local LLM - Stock Prices # Based on: https://github.com/microsoft/autogen/blob/tutorial/website/docs/getting-started/code-executors.ipynb -# Installed: pip install -qqq 'pyautogen[local-jupyter-exec]' +# Installed: pip install -qqq 'ag2[local-jupyter-exec]' import os import tempfile diff --git a/groupchat_resume/agentchat_groupchat_research_resume.ipynb b/groupchat_resume/agentchat_groupchat_research_resume.ipynb index 4611d98..b487a7d 100644 --- a/groupchat_resume/agentchat_groupchat_research_resume.ipynb +++ b/groupchat_resume/agentchat_groupchat_research_resume.ipynb @@ -14,9 +14,9 @@ "\n", "````{=mdx}\n", ":::info Requirements\n", - "Install `pyautogen`:\n", + "Install `ag2`:\n", "```bash\n", - "pip install pyautogen\n", + "pip install ag2\n", "```\n", "\n", "For more information, please refer to the [installation guide](/docs/installation/).\n",