(no title)
killianlucas | 2 years ago
It executes multiple languages (Python, Shell, HTML/CSS, Node JS) then sends the output back to the language model.
It’s essentially an open-source, local implementation of OpenAI’s Code Interpreter, but without limits on file-size, runtime timeouts, or web access.
Everything is streamed beautifully to your terminal and rendered with Markdown and syntax highlighting.
Try it out and let me know what you tried!
- Killian
pplonski86|2 years ago
killianlucas|2 years ago
And yes, `$: interpreter` runs in confirmation mode by default. You'll need to approve every block of code before it's run (bypass this with the `-y` flag).
jawerty|2 years ago