|
Hey HN. Over the summer I built Open Interpreter, a CLI that lets you ask Code-Llama or GPT-4 to write/run code. It runs multiple languages (Python, Shell, HTML/CSS, Node JS rn) then sends the output back to the language model. It’s essentially an open-source, local implementation of OpenAI’s Code Interpreter. No limits on file size, runtime timeouts, or web access. Everything is streamed beautifully, rendered with Markdown, and syntax highlighted. Try it out and let me know what you tried! - Killian |
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