Releases: OpenInterpreter/open-interpreter
v0.1.0
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
- @TanmayDoesAI made their first contribution in #25
Full Changelog: v0.0.297...v0.1.0
v0.0.297
What's Changed
- Windows CURL error fix by @KillianLucas in #23
- Fixed error where long conversations would hang forever (#5) by updating TokenTrim
New Contributors
- @eltociear made their first contribution in #28
Full Changelog: v0.0.296...v0.0.297
v0.0.296
Added Code Llama support.
Full Changelog: v0.0.295...v0.0.296
v0.0.295
What's Changed
- Better CLI messages
- (Experimental) Llama-2 support
v0.0.294
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
v0.0.293
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
- Fix Python interpreter edge cases by @KillianLucas in #9
- Update interpreter.py - windows file system adjustment by @nirvor in #8
New Contributors
- @KillianLucas made their first contribution in #9
^ lmao why does it say this??
Full Changelog: v0.0.290...v0.0.293
v0.0.290
Open Interpreter now supports Applescript
and Javascript
(via Node
), complete with interactive execution and syntax highlighting.
v0.0.289
Open Interpreter is a minimal, open-source implementation of OpenAI's Code Interpreter.