#Configuration is not a Constructor
1 messages · Page 1 of 1 (latest)
what openai package version are you using
npm list in your console, it should show all your installed package versions
version 4.10.0
v3 used the configuration class, its been since deprecated
follow the https://www.npmjs.com/package/openai there for up to date examples
ah ok
👌 happy coding