From 62b8b4edbd0d39c1105d6aed3a4dff4357427a11 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 14:26:10 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- pyautogen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyautogen/README.md b/pyautogen/README.md index 3a48a1f60..6d0a86ce6 100644 --- a/pyautogen/README.md +++ b/pyautogen/README.md @@ -26,7 +26,7 @@ source venv/bin/activate 2. Install the required dependencies: ```shell -pip install chainlit pyautogen +pip install chainlit ag2 ``` 3. Copy the `.env.sample` file to a new `.env` file and replace the `api_key` value with your own OpenAI API key.