Generative AI with Node js in Hindi #2 Node js App Setup

OpenAI setup with key in Node js

Steps:-

Need to install node

Need any code editor (vs code)

Create folder and create package.json file

Write simple code and run

Use module type


Code :-



const project="gen ai node"

console.log(project);


Node js website link :- https://nodejs.org/en

VS code website Link:- https://code.visualstudio.com/