Releases: guidance-ai/guidance
Releases · guidance-ai/guidance
0.0.52
What's Changed
- Fixed #82 so that logprobs are correct in
select
(and #79 and other non-valid option issues with select) - Fix one typo by @rodrigosetti in #81
New Contributors
- @rodrigosetti made their first contribution in #81
Full Changelog: 0.0.51...0.0.52
0.0.51
What's Changed
- Fixed an important bug with
select
that got introduced in the last couple days, and also optimized select to use greedy decoding as opposed to always exploring every branch. - Ensure get_ipython is available even in callbacks by @jmandel in #74
New Contributors
Full Changelog: 0.0.50...0.0.51
0.0.50
What's Changed
- Fixed some issues with the
select
command. - Now OpenAI models support
stop_regex
and a newsave_stop_text
parameter is available for thegen
command. - fix a typo in README.md by @jsl9208 in #62
- Minor typo fix by @NickHeiner in #75
New Contributors
- @jsl9208 made their first contribution in #62
- @NickHeiner made their first contribution in #75
Full Changelog: 0.0.49...0.0.50
0.0.49
What's Changed
- Some tokenization issues with
select
command are now sorted out so it should be working cleanly now :) - fix role tag's link in README.md by @lucemia in #49
- fix small typos by @Sam1320 in #56
- Add support for Koala by @Mihaiii in #42
- Combine unnecessarily nested
if
in _program.py by @dviggiano in #39
New Contributors
- @lucemia made their first contribution in #49
- @Sam1320 made their first contribution in #56
- @Mihaiii made their first contribution in #42
Full Changelog: 0.0.48...0.0.49
0.0.48
First auto GH to PyPi release.
What's Changed
- Lots of bug fixes thanks to you all reporting them!
- Update README.md by @eltociear in #20
- Add openai.organization by @riya-amemiya in #28
- Clean up documentation by @dviggiano in #37
New Contributors
- @eltociear made their first contribution in #20
- @riya-amemiya made their first contribution in #28
- @dviggiano made their first contribution in #37
Full Changelog: 0.0.32...0.0.48