This project aims to replicate OpenAI's Code Interpreter within a Node.js environment
It draws inspiration from the Code Interpreter.
Open Interpreter (python).
- Nodejs execution
- Shell code execution
- Bun support
- Publish NPM package
- ...
git clone https://github.com/NexTechFusion/open-interpreterjs.git
cd open-interpreterjs
npm install
Add your OpenAI API key to the test.js
parameter and run
npm run test
Open-InterpreterJs is licensed under the MIT License. You are permitted to do whatever you want with this code.