v1.2.4
This release contains:
- improved support for using a list of configurations (thanks to @BeibinLi ),
- using a filter to select from the responses out of a sequence of configurations (doc).
- a new experimental human-proxy agent (thanks to @qingyun-wu and @gagb).
- utility function to create config lists.
- method clear_cache added in
oai.Completion
. - update of the default search space (thanks to @Kyoshiin and @LittleLittleCloud ).
- prepare for flaml v2 (thanks to @qingyun-wu for writing the blogpost).
Breaking change:
cache_path
is renamed intocache_path_root
in set_cache.
Thanks to code reviewers @skzhang1 @jtongxin @pcdeadeasy @ZviBaratz @LittleLittleCloud @Borda , and to @liususan091219 @thinkall for fixing test error.
What's Changed
- Catch AuthenticationError trying different configs by @BeibinLi in #1023
- chat completion check by @sonichi in #1024
- update model of text summarization in test by @liususan091219 in #1030
- Human agent by @qingyun-wu in #1025
- fix of website link by @sonichi in #1042
- Blogpost by @qingyun-wu in #1026
- Update default search space by @Kyoshiin in #1044
- Fix PULL_REQUEST_TEMPLATE and improve test by removing unnecessary environment variable by @thinkall in #1043
- response filter by @sonichi in #1039
New Contributors
Full Changelog: v1.2.3...v1.2.4