We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi There,
I have tried several options to resolve the code failure (including using ChatGPT). Running the code as is I get the error:
AttributeError: module 'openai' has no attribute 'ChatCompletion'
Essentailly ChatGPT says that I should use:
completion = openai.Completion.create(
But that doesn't work either.
I then asked for more help:
It finaaly suggsted:
But that didn't work either.
Any suggetsions?
The text was updated successfully, but these errors were encountered:
The issue was caused by me using openai v0.8. I upgraded to the latest version which solved the problem.
Sorry, something went wrong.
You might want to refer to the pull request so it always get the latest version of the library. Cheers
No branches or pull requests
Hi There,
I have tried several options to resolve the code failure (including using ChatGPT). Running the code as is I get the error:
AttributeError: module 'openai' has no attribute 'ChatCompletion'
Essentailly ChatGPT says that I should use:
completion = openai.Completion.create(
But that doesn't work either.
I then asked for more help:
It finaaly suggsted:
But that didn't work either.
Any suggetsions?
The text was updated successfully, but these errors were encountered: