Open Interpreter: open source version of ChatGPT code interpreter with local LLM support

preview_player
Показать описание
Open Interpreter is an open source implementation of ChatGPTs Advanced Data Analysis plugin (used to be called code interpreter). But it has access to the internet and your local machine, excellent for miscellaneous terminal tasks and writing simple scripts. Ships with codellama support so you can run it without paying API fees.

I mention Aider a bunch in the video which is the main tool I recommend as a programming assistant

00:00 Introduction
00:16 Open Interpreter quick overview
00:43 OpenAI Advanced Data Analysis overview
02:21 Installation and setup
03:50 Analyzing a spreadsheet demo
07:05 Removing large files from git history demo
11:06 Run with local code llama
11:57 Final comments on project
12:58 Wrap up
Рекомендации по теме
Комментарии
Автор

I installed it last night for the first time and I'm am shockingly amazed at how this works. Just asked it to scan my images and delete duplicates no problem. I asked it to create a short-cut on my desktop to automatically open and interact with the terminal - no problem. I asked it to convert some Stable Diffusion Images into usable Icon files and it did so flawlessly and then I asked it to make the square icons into round icons and it did so within seconds. I played with it for about 4 hours or so and it costs me about $1 per hour, give or take, with OpenAI.

jdsguam
Автор

Extraordinary video JV, great demos.

And thanks on behalf of all devs building on Open Interpreter for making that commit from 8:46 which brought the size of the repo down by over 20x. Brilliant!!

killianlucas
Автор

You earned a space in my subscription list

quickcinemarecap
Автор

hi, Do you know how to solve this problem "echo "Hello, World"?

neurmania
Автор

Has anyone already forced a push of the history cleanup or if not possible, can you upload your repo so we don't have to deal with the venv and whl commits? We can then grab the latest changes from the main repo without having to deal with that history I hope.

CareWorldBuild
Автор

Hello sir. I have a list of names of the VSCode extensions that I want to download and install. Can I use Open Interpreter to, just based on the name of the extension, find it in the VSCode Marketplace, download the *.vsix file, save it onto my USB drive, then run the command to install it, and also take the description of the extension from the VSCode Marketplace, and download a PDF of that extension, with the same filename, and save it so that I know what this extension does and how to use it?

konstantinrebrov
Автор

I am stunned by the possibilities of OI.

Maybe as a feedback for the VideoCreator:
I am not a native speaker. I really had a hard time to understand what you said.
Mostly due to your cutting in the middle of sentences and fast speach.

markusboremski
Автор

I've used Powerline to customize my terminal prompt. What customization have you set to get your terminal that way?

CareWorldBuild
Автор

It was only a few hours before watching this I chose 'Oi' to address my AI

NOFX
Автор

Open Interpreter is cool but API usage is high.

HaseebHeaven