Releases: haesleinhuepf/bia-bob
Releases · haesleinhuepf/bia-bob
0.14.0
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
Full Changelog: 0.12.1...0.14.0
0.12.1
What's Changed
%%acc
magic replaces code to GPU accelerate processing by @haesleinhuepf in #121- better support for opening czi files using the czifile library by @haesleinhuepf in #122
Full Changelog: 0.12.0...0.12.1
0.12.0
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
This is just a github-release to test DOI-generation via Zenodo
0.11.1
0.11.0
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
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
What's Changed
- Support for custom endpoints such as ollama and blablador by @haesleinhuepf in #113
Full Changelog: 0.10.0...0.10.1
0.10.0
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
What's Changed
- add os to list of allowed libs by @haesleinhuepf in #106
- Custom Juyter kernel for prompting by @haesleinhuepf in #107
- Internal prompt engineering, multiple attempts for generating code by @haesleinhuepf in #109
Full Changelog: 0.8.1...0.9.0