Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.04 KB

Open-InterpreterJs

License

This project aims to replicate OpenAI's Code Interpreter within a Node.js environment

It draws inspiration from the Code Interpreter.
Open Interpreter (python).


State of the project is : WIP

  • Nodejs execution
  • Shell code execution
  • Bun support
  • Publish NPM package
  • ...



Simple start

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

License

Open-InterpreterJs is licensed under the MIT License. You are permitted to do whatever you want with this code.