-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'openai' does not provide an export named 'Configuration' #41
Comments
you can import the whole module instead . It worked for me |
// Old const configuration = new Configuration({ // New const openai = new OpenAI({ |
Thanks @harshit4317 |
use this instead : fixes#41 |
use works 100% |
I am getting this error in terminal whenever i try to run my server, and i am stuck there. Can anybody provide some solution?
The text was updated successfully, but these errors were encountered: