Javascript – Error: SyntaxError: The requested module 'openai' does not provide an export named 'Configuration'
I had this workflow on pipedream that worked perfect but then it didn't. I followed this tutorial on youtube: Video (The code heavy version) This is the code that i have now. import { Configuration, OpenAIApi } from "openai" import…