|
|
|
|
|
by killianlucas
1029 days ago
|
|
Hey HN! Over the summer I built Open Interpreter, a CLI that lets you ask Code-Llama to write and run code. 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 |
|