Skip to content

Releases: OpenInterpreter/open-interpreter

v0.1.10

19 Oct 01:13
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release

Bug fixes, pinned LiteLLM to prevent printed stream issue.

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

v0.1.9

12 Oct 08:08
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

The (Mini) Hackathon Update


The Open Interpreter Hackathon is on. To make OI easier to build on, we decided to add some developer features, such as exposing Open Procedures via interpreter.procedures.

This lets you use RAG (retrieval augmented generation) to teach Open Interpreter new things.

Learn more about these new developer features via this Colab Notebook.


Full Changelog: v0.1.8...v0.1.9

The Local Update (Part I)

11 Oct 23:20
Compare
Choose a tag to compare
Pre-release
Banner

Open Interpreter's --local mode is now powered by Mistral 7B.

Significantly more architectures supported locally via ooba, a headless Oobabooga wrapper.

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

29 Sep 04:30
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Generator Update (Quick Fixes II)

Particularly for Windows users and the new --config flag.

We also added @ericrallen's --scan flag, but this is not the official release for that. We'll direct attention to it on a subsequent release.

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

27 Sep 02:58
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

Generator Update (Quick Fixes I)

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

The Generator Update

24 Sep 02:33
Compare
Choose a tag to compare
The Generator Update Pre-release
Pre-release

Generator Update 5

Features

  • Modular, generator-based foundation (rewrote entire codebase)
  • Significantly easier to build Open Interpreter into your applications via interpreter.chat(message) (see JARVIS for example implementation)
  • Run interpreter --config to configure interpreter to run with any settings by default (set your default language model, system message, etc)
  • Run interpreter --conversations to resume conversations
  • Budget manager (thank you LiteLLM!) via interpreter --max_budget 0.1 (sets max budget per session in USD)
  • Change the system message, temperature, max_tokens, etc. from the command line
  • Central /conversations folder for persistent memory
  • New hosted language models (thank you LiteLLM!) like Claude, Google PaLM, Cohere, and more.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 Sep 08:40
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

11 Sep 00:24
393ff3a
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

What's Changed

  • Quick fix for --model tiiuae/falcon-180B (redirect to GGUF version).
  • Quick fix for #247

Update pushed to pip with just the fixes above. After that, I merged this commit, which will be in the next pip version:

  • Add support for R language, update instructions for package installation by @freestatman in #249

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

10 Sep 14:43
a790803
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Sep 07:26
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1