Releases: OpenInterpreter/open-interpreter
v0.3.4
Updated vision dependent profiles as gpt-4-vision-preview
is deprecated.
What's Changed
- Create examples directory by @MikeBirdTech in #1275
- Update vision model to gpt-4o by @MikeBirdTech in #1318
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Quick bug fix for Local III when using --vision
.
v0.3.2
Bug fixes, minor system message improvements, and EasyOCR for more robust local vision.
What's Changed
- Add Filesystem tests by @tiovikram in #1311
New Contributors
- @tiovikram made their first contribution in #1311
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Windows bugfix for Local III.
Full Changelog: v0.3.0...v0.3.1
Local III
v0.2.6
The second Local II preview before the official release next week.
Local II Preview
Better local model support, bug fixes, faster load, new features. Official release + blog post coming soon.
v0.2.4
Fixed a potential recurring computer
import that occurs when teaching new skills to the 01
, along with several great fixes from the community:
What's Changed
- 01 by @KillianLucas in #1104
- fix for Files property missing on Computer module by @bars0um in #1107
- check that the message content is a string before calling strip() by @hackley in #1117
- Support OpenAI's new models. by @Steve235lab in #1099
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3
interpreter --local
is really good now thanks to @tyfiero. Try it!
What's Changed
- The first development to main merge by @KillianLucas in #1077
- Better local messaging by @KillianLucas in #1078
- Change docs as --local no longer uses LM Studio by @aj47 in #1074
- Update by @KillianLucas in #1081
- Interactive local mode. Fixes errors from 0.2.1 change by @tyfiero in #1089
- Clear messages on %reset instead of instantiating a new Interpreter by @MikeBirdTech in #1095
- does not prompt openapi key when running --api_base by @lorenzejay in #1093
- Fix markdown in README_JA.md: Correct code block language and command⦠by @ishibashi-futos in #1091
New Contributors
- @aj47 made their first contribution in #1074
- @lorenzejay made their first contribution in #1093
- @ishibashi-futos made their first contribution in #1091
Full Changelog: v0.2.2...v0.2.3
The New Computer Update Part II (quick fixes)
Quick fixes for computer.mail
and computer.sms
.