Skip to content

Releases: guidance-ai/guidance

0.0.52

21 May 20:24
Compare
Choose a tag to compare
0.0.52 Pre-release
Pre-release

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

Full Changelog: 0.0.51...0.0.52

0.0.51

21 May 04:48
Compare
Choose a tag to compare
0.0.51 Pre-release
Pre-release

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

20 May 22:24
Compare
Choose a tag to compare
0.0.50 Pre-release
Pre-release

What's Changed

  • Fixed some issues with the select command.
  • Now OpenAI models support stop_regex and a new save_stop_text parameter is available for the gen command.
  • fix a typo in README.md by @jsl9208 in #62
  • Minor typo fix by @NickHeiner in #75

New Contributors

Full Changelog: 0.0.49...0.0.50

0.0.49

19 May 19:47
Compare
Choose a tag to compare
0.0.49 Pre-release
Pre-release

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

Full Changelog: 0.0.48...0.0.49

0.0.48

18 May 22:13
Compare
Choose a tag to compare
0.0.48 Pre-release
Pre-release

First auto GH to PyPi release.

What's Changed

New Contributors

Full Changelog: 0.0.32...0.0.48

0.0.32

25 Apr 21:22
Compare
Choose a tag to compare
0.0.32 Pre-release
Pre-release
bump version

0.0.31

20 Apr 23:05
be1c6a4
Compare
Choose a tag to compare
0.0.31 Pre-release
Pre-release
Update README.md

0.0.29

19 Apr 23:27
Compare
Choose a tag to compare
0.0.29 Pre-release
Pre-release

Transformers backend now works better and with sentence piece models

0.0.28

18 Apr 19:03
Compare
Choose a tag to compare
0.0.28 Pre-release
Pre-release

Early workable version :)