Code samples used in the GenAI class
Run the code notebooks in Jupyter Notebooks or upload them to Google Colab and make your own copy. Remember to add it API keys wherever required.
Install node: (https://nodejs.org/en/download)
Install expressjs:
npm i express
Install openai:
$ npm install openai
Run the code:
$ npm install
$ node index.js