正在加载视频...
视频加载失败
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 次观看 • 2 年前 •via X (Twitter)
10 条评论

MatthewBerman2 年前
1. Create and activate a new environment using Conda

MatthewBerman2 年前
2. Install Open Interpreter and set up your OpenAI API key

MatthewBerman2 年前
3. Run Interpreter and give it a try!

MatthewBerman2 年前
4. You can also test out its vision capabilities by using interpreter --vision

MatthewBerman2 年前
4a. It even self-corrects its own code!

MatthewBerman2 年前
5. And you can have it create and reuse tools for itself.

MatthewBerman2 年前
6. And my favorite part: you can run OS models FULLY locally.

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

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

MatthewBerman2 年前
@hellokillian You can use OpenAI or a fully local model with LMStudio

