Skip to content

Releases: haesleinhuepf/bia-bob

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

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