From 4486c67b42e545b706eddf229a4ff1325225f486 Mon Sep 17 00:00:00 2001 From: Not Subhuman <83463746+PratyushNag@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:27:23 +0530 Subject: [PATCH] Update magentic-one.md (#4903) * Update magentic-one.md Add openai extra to the installation instructions * Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/magentic-one.md --------- Co-authored-by: Eric Zhu --- .../docs/src/user-guide/agentchat-user-guide/magentic-one.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/magentic-one.md b/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/magentic-one.md index 5dd8dc78369e..48c7afc0b646 100644 --- a/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/magentic-one.md +++ b/python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/magentic-one.md @@ -41,7 +41,7 @@ Be aware that agents may occasionally attempt risky actions, such as recruiting Install the required packages: ```bash -pip install autogen-agentchat==0.4.0.dev13 autogen-ext[magentic-one]==0.4.0.dev13 +pip install autogen-agentchat==0.4.0.dev13 autogen-ext[magentic-one,openai]==0.4.0.dev13 # If using the MultimodalWebSurfer, you also need to install playwright dependencies: playwright install --with-deps chromium