Loading video...
Video Failed to Load
Open Interpreter is like ChatGPT Code Interpreter, but you can run it locally on your computer, and it is 100% open-source. Write and execute code, analyze data, control your computer, and more. Great work killian Here's how to install and use it: 👇
142,913 views • 2 years ago •via X (Twitter)
10 Comments

MatthewBerman2 years ago
1. Create and activate a new environment using Conda

MatthewBerman2 years ago
2. Install Open Interpreter and set up your OpenAI API key

MatthewBerman2 years ago
3. Run Interpreter and give it a try!

MatthewBerman2 years ago
4. You can also test out its vision capabilities by using interpreter --vision

MatthewBerman2 years ago
4a. It even self-corrects its own code!

MatthewBerman2 years ago
5. And you can have it create and reuse tools for itself.

MatthewBerman2 years ago
6. And my favorite part: you can run OS models FULLY locally.

MatthewBerman2 years ago
Check out my full tutorial on YouTube, including how to write applications on top of Open Interpreter:

Thrasher66099🔮2 years ago
@hellokillian If it uses the OpenAI api then it isn’t running locally.

MatthewBerman2 years ago
@hellokillian You can use OpenAI or a fully local model with LMStudio

