Now it’s time to consume the prompt in our application. For this tutorial, we’ll use Node.js with TypeScript.

Install Dependencies

We’ll need to install the Pezzo Client as well as the OpenAI NPM package.

npm i @pezzo/client openai