Speech To Notion

Hi,

OpenAI just released a new version for their npm package with a breaking change, and whenever we deploy a workflow we use the most recently published package. Would you mind going through your Node.js code steps and suffixing the package version like this:

import { Configuration, OpenAIApi } from "openai@3.3.0";

More info here: v3 to v4 Migration Guide

Thanks