Open-interpreter

Latest version: v0.4.3

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.1.4

What's Changed
* **Add support for R language** by freestatman in https://github.com/KillianLucas/open-interpreter/pull/249
* Feature: Implement and Document **New Interactive Mode Commands** by moming2k in https://github.com/KillianLucas/open-interpreter/pull/302
* Remove previous message and its responses from chat history with **Undo-command**. by oliverpalonkorp in https://github.com/KillianLucas/open-interpreter/pull/273
* Enable resume download from HF by jerzydziewierz in https://github.com/KillianLucas/open-interpreter/pull/345

* fix: Chinese README improvements by okisdev in https://github.com/KillianLucas/open-interpreter/pull/253
* ui: Optimize welcome message by codeacme17 in https://github.com/KillianLucas/open-interpreter/pull/257
* feat: Add hints to Azure model by codeacme17 in https://github.com/KillianLucas/open-interpreter/pull/237
* docs: Upgrade issue templates by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/262
* docs: Separate system versions into own fields by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/264
* Updated Japanese README Translation by gijigae in https://github.com/KillianLucas/open-interpreter/pull/282
* Docs: use x64 in WINDOWS.md and GPU.md by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/287
* Fix using litellm.api_base, litellm.api_key, litellm.api_version by ishaan-jaff in https://github.com/KillianLucas/open-interpreter/pull/284
* Fix typo. by Michael-Lfx in https://github.com/KillianLucas/open-interpreter/pull/292
* fix(ui): Fix the display problem of welcome message by codeacme17 in https://github.com/KillianLucas/open-interpreter/pull/270
* Better handling of split LM download by jjolly in https://github.com/KillianLucas/open-interpreter/pull/278
* Docs: **Add security policy** by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/266
* **Check disk space before downloading models** by michaelzdrav in https://github.com/KillianLucas/open-interpreter/pull/323
* Update GPU.md by metantonio in https://github.com/KillianLucas/open-interpreter/pull/335
* remove duplicate import of inquirer library in get_hf_llm.py by lalebot in https://github.com/KillianLucas/open-interpreter/pull/327
* fix: merge os.environ with llama install env_vars by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/338
* docs: move CONTRIBUTING to common path by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/350
* Fix minor typo by osanseviero in https://github.com/KillianLucas/open-interpreter/pull/248

New Contributors
* freestatman made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/249
* osanseviero made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/248
* okisdev made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/253
* codeacme17 made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/257
* gijigae made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/282
* Michael-Lfx made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/292
* jjolly made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/278
* michaelzdrav made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/323
* metantonio made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/335
* lalebot made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/327
* jerzydziewierz made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/345

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

0.1.3

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 https://github.com/KillianLucas/open-interpreter/pull/249

New Contributors
* freestatman made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/249

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

0.1.2

What's Changed
* docs: explain GPU support by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/102
* feat: add AZURE_API_KEY that falls back to OPENAI_API_KEY by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/135
* docs: explain Windows Code-Llama build requirements by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/138
* Created contribution guidelines by TanmayDoesAI in https://github.com/KillianLucas/open-interpreter/pull/101
* docs: create issue templates by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/176
* moved all markdown files to a folder, updated the readme for the same… by TanmayDoesAI in https://github.com/KillianLucas/open-interpreter/pull/182
* Fix download URL for CodeLlama 7B high quality model by merlinfrombelgium in https://github.com/KillianLucas/open-interpreter/pull/181
* docs: add interpreter version to template by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/190
* docs: fix example version number for interpreter by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/191
* docs: add enhancement label to feature requests by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/192
* docs: prevent blank issues by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/195
* docs: provide issue template link by jordanbtucker in https://github.com/KillianLucas/open-interpreter/pull/196
* Update README.md by macterra in https://github.com/KillianLucas/open-interpreter/pull/197
* Create MACOS Documentation by ihgalis in https://github.com/KillianLucas/open-interpreter/pull/177
* Add option to override Azure API type by Taik in https://github.com/KillianLucas/open-interpreter/pull/189
* Feature: add cli environment variable by moming2k in https://github.com/KillianLucas/open-interpreter/pull/157
* Update MACOS.md by ihgalis in https://github.com/KillianLucas/open-interpreter/pull/215
* Falcon // Any 🤗 model via `--model meta/llama` by KillianLucas in https://github.com/KillianLucas/open-interpreter/pull/213
* Update contributing.md with instructions on how to get local fork running by oliverpalonkorp in https://github.com/KillianLucas/open-interpreter/pull/235
* remove redundant checks for apple silicon by shubhe25p in https://github.com/KillianLucas/open-interpreter/pull/230
* Fix GPT 3.5 from failing to run commands by Maclean-D in https://github.com/KillianLucas/open-interpreter/pull/96

New Contributors
* jordanbtucker made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/102
* merlinfrombelgium made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/181
* macterra made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/197
* ihgalis made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/177
* Taik made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/189
* moming2k made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/157
* oliverpalonkorp made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/235
* shubhe25p made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/230
* Maclean-D made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/96

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

0.1.1

What's Changed
* Added Azure support by ifsheldon in https://github.com/KillianLucas/open-interpreter/pull/62
* CodeLlama improvements by KillianLucas in https://github.com/KillianLucas/open-interpreter/pull/87
* Rate limit error fix

New Contributors
* ifsheldon made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/62

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

0.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](https://github.com/Textualize/rich)!)

New Contributors
* TanmayDoesAI made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/25

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

0.0.297

What's Changed
* Windows CURL error fix by KillianLucas in https://github.com/KillianLucas/open-interpreter/pull/23
* Fixed error where long conversations would hang forever (5) by updating [TokenTrim](https://github.com/KillianLucas/tokentrim)

New Contributors
* eltociear made their first contribution in https://github.com/KillianLucas/open-interpreter/pull/28

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

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.