0.21.0
What's Changed
- augment prompts using {variable} by @haesleinhuepf in #167
- modify suggestion for regionprops resulting in a dataframe by @haesleinhuepf in #170
- Refactor suggestions by @haesleinhuepf in #171
- Teach bob about bob by @haesleinhuepf in #172
- add disclaimer and hints for maintaining good scientific practice by @haesleinhuepf in #173
- Better separate endpoints by @haesleinhuepf in #176
- add google genai API by @haesleinhuepf in #176
- add reflection to refine code after generating it by @haesleinhuepf in #177
- prevent crashing when plugins crash by @haesleinhuepf in #178
- Bugfix reflection versus prompt writing by @haesleinhuepf in #181
bia_bob.ask_llm(text, image)
simplifìes calling the LLM from python by @haesleinhuepf in #181
Backwards compatibilty breaking changes
- The reflection mechanism introduced in #177 has the potential to break pre-existing functionality in very general. Please create a github issue if you are affected!
- Googles Vertex AI API for accessing gemini and gemini-pro will be removed soon. Use gemini 1.5 flash/pro using a Google API Key instead.
Full Changelog: 0.20.0...0.21.0