Created
December 10, 2024 08:51
-
-
Save gloriouskilka/72a1879d05fbed1d93b93c1d8a44253e to your computer and use it in GitHub Desktop.
Autogen 0.2 and 0.4 at the same time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone -b 0.2 https://github.com/microsoft/autogen autogen_02 | |
cd autogen_02 | |
powershell -Command "(Get-Content setup.py) -replace 'autogen-agentchat', 'autogen_agentchat_02' | Set-Content setup.py" | |
REM pip install ./autogen_02 | |
pip install . | |
pip install autogen-agentchat==0.4.0.dev10 autogen-ext[openai]==0.4.0.dev10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment