Skip to content

Releases: haesleinhuepf/bia-bob

0.11.1

23 Mar 19:14
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.11.0...0.11.1

0.11.0

23 Mar 11:11
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

What's Changed

  • Multi-agent system for dealing with vision tasks by @haesleinhuepf in #115
  • Support for llava (vision model)

Backwards compatibility breaking changes

  • when using vision models, one must use a new parameter vision_model for specifying which model to use. E.g.:
bob.initialize(model='gpt-4-0125-preview', vision_model='gpt-4-vision-preview')

or

bob.initialize(model='gemini-pro', vision_model='gemini-pro-vision')

Full Changelog: 0.10.2...0.11.0

0.10.2

10 Mar 19:30
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

What's changed

  • Bugfix: Responses from the LLM containing no code are ok now. This improves handling, e.g. using vision-models

Full Changelog: 0.10.1...0.10.2

0.10.1

23 Feb 14:43
96792b2
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

26 Jan 09:26
40fee7a
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

What's Changed

  • Bump default model "gpt-4-0125-preview" by @haesleinhuepf in #110
  • Fixed a bug occuring in environments where there were not bia-bob extensions installed by @haesleinhuepf in #110

Potentially backwards-compatibility breaking changes

  • As the default model was changed, also the kernel name of the custom kernel was changed. Uninstalling the custom kernel and re-installing it might be necessary. The procedure is explained here.

Full Changelog: 0.9.0...0.10.0

0.9.0

16 Jan 15:56
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

26 Dec 12:01
9d748f9
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

What's Changed

  • Bugfix: backwards compatibility with older releases of importlib by @haesleinhuepf in #104

Full Changelog: 0.8.0...0.8.1

0.8.0

26 Dec 11:47
d4119f8
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

What's Changed

Potentially backwards compatibility breaking changes

  • Suggestions for showing/inspecting images using stackview might be different now as the default suggestions for stackview were removed. These suggestions should come via the new extension mechanism. Install recent stackview>=0.7.4 to make sure the new suggestions are on board.

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Dec 12:17
95005bc
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

  • Add support for Google's gemini-pro and gemini-pro-vision models by @haesleinhuepf in #102

Full Changelog: 0.6.2...0.7.0

0.6.2

17 Dec 16:01
bc862b9
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.1...0.6.2