What's Changed * support vision with pixtral by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/219 * prompt tuning for code refinement by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/220
What's Changed * Ensure Python 3.8 compatibility by updating pyproject.toml with target version and requires-python. by github-actions in https://github.com/haesleinhuepf/bia-bob/pull/214 * expand compatible python versions to >= 3.8 and <= 3.12 by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/216
What's Changed * bugfix: re-initialization without endpoint failed by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/209 * Special handling for pyclesperanto versus pyclesperanto_prototype by haesleinhuepf in https://github.com/haesleinhuepf/bia-bob/pull/210 * Bugfix in code output when calling bia-bob from terminal
What's Changed * Exclude "open" and "bob" from functions and "bia_bob" from modules in system message. This should improve poor code suggestions involving these. By github-actions in https://github.com/haesleinhuepf/bia-bob/pull/207