From 540531c9bf4be496c740b81efb1b28593e50fbfa Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 18:37:51 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- autogen_examples/autogen_chat_codellama_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen_examples/autogen_chat_codellama_py.py b/autogen_examples/autogen_chat_codellama_py.py index d68eeda..ac85fdf 100644 --- a/autogen_examples/autogen_chat_codellama_py.py +++ b/autogen_examples/autogen_chat_codellama_py.py @@ -6,7 +6,7 @@ # 4. conda create -n autogen python=3.11 # 5. conda activate autogen # 6. which python -# 7. python -m pip install pyautogen +# 7. python -m pip install ag2 # 7. ollama run mistral # 8. ollama run codellama # 9. # open new terminal