0.5.0
Pre-release
Pre-release
What's Changed
- Make prompt more generic for non-python requests by @tischi in #64
- fix programming language name in code by @haesleinhuepf in #75
- Gpt 4 vision preview by @haesleinhuepf in #73
- make available_models part of public API by @haesleinhuepf in #77
- added example and hints to system message by @haesleinhuepf in #79
- rename environment by @haesleinhuepf in #80
- add skan library by @haesleinhuepf in #81
Backwards compatibility breaking changes
- When passing a numpy-compatible image/array variable name behind
%%bob
, the image will be turned into a RGB image and submitted to the open-ai server. This way you can usegpt-4-vision-preview
to letbob
guess what's in the image.
New Contributors
Full Changelog: 0.4.0...0.5.0