Highlights
- Support new OpenAI gpt-3.5-turbo and gpt-4 models in
autogen
. Thanks to @gagb @kevin666aa @qingyun-wu @ekzhu @BeibinLi . - MathChat implemented with
autogen.agents
. Thanks to @kevin666aa @qingyun-wu. - Time-series related functionality in
automl
is factored out. Thanks to @EgorKraevTransferwise .
Thanks to all the contributors and reviewers @thinkall @qingyun-wu @EgorKraevTransferwise @kevin666aa @liususan091219 @skzhang1 @jtongxin @pcdeadeasy @markharley @int-chaos !
What's Changed
- Fix documentation by @sonichi in #1075
- encode timeout msg in bytes by @sonichi in #1078
- Add pands requirement in benchmark option by @qingyun-wu in #1070
- Fix pyspark tests in workflow by @thinkall in #1071
- Docmentation for agents by @qingyun-wu in #1057
- Links to papers by @sonichi in #1084
- update openai model support by @sonichi in #1082
- string to array by @sonichi in #1086
- Factor out time series-related functionality into a time series Task object by @EgorKraevTransferwise in #989
- An agent implementation of MathChat by @kevin666aa in #1090
New Contributors
- @kevin666aa made their first contribution in #1090
Full Changelog: 2.0.0rc1...v2.0.0rc2