-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove obsolete completion #1223
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some dependencies in the repo:
https://github.com/ag2ai/ag2/blob/main/notebook/oai_completion.ipynb
https://github.com/ag2ai/ag2/blob/main/notebook/oai_chatgpt_gpt4.ipynb
Can we update the notebooks' installation sections? For example,
pip install "autogen[blendsearch]<0.2" -> pip install "pyautogen[blendsearch]<0.2"
Also provide a pointer to a latest branch that contain the working code for them, in case users need to refer to the source code.
@sonichi I have restricted the version below 0.2 and added a note with a link pointing to the tag in repository. Please review it when you can. |
@sonichi Changes done. Review when you are free please. |
…o remove-obsolete-completion
Codecov ReportAll modified and coverable lines are covered by tests ✅
... and 68 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Why are these changes needed?
Related issue number
Closes #1224, #1226
Checks