Skip to content

Releases: OpenInterpreter/open-interpreter

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

v0.1.0

05 Sep 14:08
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Open Interpreter v0.1.0

Open Interpreter lets LLMs run code locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.

  • CodeLlama supported with --local, more models coming soon
  • Interpreters loaded for Python, Javascript, Shell, and Javascript
  • Streaming chat in your terminal (thanks to Textualize/Rich!)

New Contributors

Full Changelog: v0.0.297...v0.1.0

v0.0.297

03 Sep 18:12
Compare
Choose a tag to compare
v0.0.297 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.296...v0.0.297

v0.0.296

29 Aug 01:20
Compare
Choose a tag to compare
v0.0.296 Pre-release
Pre-release

Added Code Llama support.

Full Changelog: v0.0.295...v0.0.296

v0.0.295

24 Aug 00:43
Compare
Choose a tag to compare
v0.0.295 Pre-release
Pre-release

What's Changed

  • Better CLI messages
  • (Experimental) Llama-2 support

v0.0.294

20 Aug 03:10
e06e8b7
Compare
Choose a tag to compare
v0.0.294 Pre-release
Pre-release

What's Changed

  • Improved Rich active line code rendering
  • Improved Open Procedures recall by @KillianLucas in #11

Full Changelog: v0.0.293...v0.0.294