This is a demonestration of using Open AI API for text completion and image generation. The app is built with Node.js and Express that uses :
- text-davinci-003 model
- OpenAI's Dall-E models.
Generate an API KEY at OpenAI and add it to the .env
file.
Install the dependencies
npm install
Run server
npm start