Загрузка видео...
Не удалось загрузить видео
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,901 просмотров • 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

