Skip to content

The Generator Update

Pre-release
Pre-release
Compare
Choose a tag to compare
@KillianLucas KillianLucas released this 24 Sep 02:33
· 2450 commits to main since this 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