From 05e3cc4c00295818d6e7c03fe51a369a3f5e7b98 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 16:11:40 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- chapter14/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter14/README.md b/chapter14/README.md index 6ef9149..57641db 100644 --- a/chapter14/README.md +++ b/chapter14/README.md @@ -36,7 +36,7 @@ docker run hello-world ```bash conda create -n autogen python=3.10 conda activate autogen -pip install pyautogen==0.2.15 \ +pip install ag2==0.2.15 \ -i https://pypi.mirrors.ustc.edu.cn/simple \ --trusted-host=pypi.mirrors.ustc.edu.cn ```