Skip to content

Releases: haesleinhuepf/bia-bob

0.18.0

23 Jun 05:15
8adfe4f
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

What's Changed

Backwards compatibility breaking changes

If you never called bob.initialize() and specified a model or vision model, nothing breaks. If you switch between models from time to time, this change might be important: bob now stores the last used model in a local config file (~/.cache/bia-bob) and will use the same model when being started next time. This should make the life easier of people who don't work with the default model (gpt-4o) and prefer others (claude, gemini,...).

Full Changelog: 0.17.0...0.18.0

0.17.0

21 Jun 07:55
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

07 Jun 08:56
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

What's Changed

  • Use vision capabilities when generating notebooks by @haesleinhuepf in #138
  • Bugfix: The likelihood that a generated notebook file contains valid json was increased

generate_notebook

Full Changelog: 0.15.1...0.16.0

0.15.1

04 Jun 12:30
bb22a02
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release

What's Changed

modify_notebook

Full Changelog: 0.15.0...0.15.1

0.15.0

26 May 09:55
e450bc9
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.14.1...0.15.0

0.14.1

17 May 11:32
Compare
Choose a tag to compare
0.14.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.14.0...0.14.1

0.14.0

17 May 08:57
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

What's Changed

  • initialize openai differently by @haesleinhuepf in #129
  • update default model and vision-model to gpt4o by @haesleinhuepf in #127
  • bugfix: vision capabilities failed if an undocumented dependency (darth-d) wasn't installed

image

Full Changelog: 0.12.1...0.14.0

0.12.1

29 Apr 17:22
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.12.0...0.12.1

0.12.0

24 Apr 09:32
1999782
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

What's Changed

  • Update default model to 'gpt-4-turbo-2024-04-09' by @haesleinhuepf in #118
  • add missing word in system prompt by @haesleinhuepf in #120 This should lead to less pre-existing variables being overwritten

Full Changelog: 0.11.1...0.12.0

0.11.1-zenodo

03 Apr 15:33
Compare
Choose a tag to compare
0.11.1-zenodo Pre-release
Pre-release

This is just a github-release to test DOI-generation via Zenodo