open-interpreter

A natural language interface for computers

AGPL-3.0 License

Downloads
34.2K
Stars
49.3K
Committers
124

Bot releases are hidden (Show)

open-interpreter - Vision I (Quick Fixes II)

Published by KillianLucas 11 months ago

  • An issue with UNIX files has been resolved (#748)
  • Experimental support for Python in --vision mode has been added

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.13...v0.1.14

open-interpreter - Vision I (Quick Fixes I)

Published by KillianLucas 11 months ago

Quick fix for --vision support Windows. File paths should now be properly recognized and loaded into the model.

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.12...v0.1.13

open-interpreter - Vision I

Published by KillianLucas 11 months ago

A quick one, a fun one. Added experimental vision support for OpenAI users.

interpreter --vision

Drag files / screenshots into your terminal to use it. Also supports reflection for HTML. (It can see the designs it produces!)

Vision II will introduce support for reflective vision in many more languages.

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.11...v0.1.12

open-interpreter - Local II Update

Published by KillianLucas 11 months ago

  • Local mode is now powered by LM Studio. Running --local will tell you how to setup LM Studio + connect to it automatically.
  • It's way smaller. Removed the MASSIVE local embedding model, chromadb, oobabooga, a bunch of other packages we didn't really need. Semgrep is now optional.
  • The system message is tighter, so it's cheaper + faster on any LLM.

Several crashes have also been resolved, temperature is now properly set to 0 (which should increase performance on OpenAI models), Powershell on Linux support, an ugly print statement was removed, we're now enforcing a consistent code style (black, isort), and much more:

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.10...v0.1.11

Great work everyone!

open-interpreter - v0.1.10

Published by KillianLucas about 1 year ago

Bug fixes, pinned LiteLLM to prevent printed stream issue.

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.9...v0.1.10

open-interpreter - v0.1.9

Published by KillianLucas about 1 year ago

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: https://github.com/KillianLucas/open-interpreter/compare/v0.1.8...v0.1.9

open-interpreter - The Local Update (Part I)

Published by KillianLucas about 1 year ago

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: https://github.com/KillianLucas/open-interpreter/compare/v0.1.7...v0.1.8

open-interpreter - v0.1.7

Published by KillianLucas about 1 year ago

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: https://github.com/KillianLucas/open-interpreter/compare/v0.1.6...v0.1.7

open-interpreter - v0.1.6

Published by KillianLucas about 1 year ago

Quick fixes for The Generator Update.

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.5...v0.1.6

open-interpreter - The Generator Update

Published by KillianLucas about 1 year ago

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: https://github.com/KillianLucas/open-interpreter/compare/v0.1.4...v0.1.5

open-interpreter - v0.1.4

Published by KillianLucas about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.3...v0.1.4

open-interpreter - v0.1.3

Published by KillianLucas about 1 year ago

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:

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.2...v0.1.3

open-interpreter - v0.1.2

Published by KillianLucas about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.1...v0.1.2

open-interpreter - v0.1.1

Published by KillianLucas about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.1.0...v0.1.1

open-interpreter - v0.1.0

Published by KillianLucas about 1 year ago

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: https://github.com/KillianLucas/open-interpreter/compare/v0.0.297...v0.1.0

open-interpreter - v0.0.297

Published by KillianLucas about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.0.296...v0.0.297

open-interpreter - v0.0.296

Published by KillianLucas about 1 year ago

open-interpreter - v0.0.295

Published by KillianLucas about 1 year ago

What's Changed

  • Better CLI messages
  • (Experimental) Llama-2 support
open-interpreter - v0.0.294

Published by KillianLucas about 1 year ago

What's Changed

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.0.293...v0.0.294

open-interpreter - v0.0.293

Published by KillianLucas about 1 year ago

Now supports Applescript and HTML.
Better Windows CLI support.
Python interpreter works properly for Try/Except, nested blocks, error messages are cleaner. Resolved #7.

What's Changed

New Contributors

Full Changelog: https://github.com/KillianLucas/open-interpreter/compare/v0.0.290...v0.0.293