cli.js.-.Made.with.Clipchamp.mp4
- clone the repo.
git clone https://github.com/yahalloe/openai-cli.js.git
- Add your api key in a .env file in the directory. (name the file '.env' and follow the syntac below)
API_KEY=your_actual_api_key
- Install the dependencies.
npm i
- Run the program!
npm run dev
if you don't have bun yet, change the bun
dev script in the package.json
file to node
.
"scripts": {
"dev": "node main.js"
},