I need help
#1378
Replies: 2 comments
-
Same problem here. When I run openai migrate it does not work either. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe we need a subscription ?
…On Thu, 6 Jun 2024 at 11:37 PM VivianQM ***@***.***> wrote:
Same problem here. When I run openai migrate it does not work either.
—
Reply to this email directly, view it on GitHub
<#1378 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2A62MDP7Q6GTVYMR5H5CD3ZGDB7TAVCNFSM6AAAAABG4JJCICVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMOJTHA2TI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did all what is supposed to be done but I still get the following error:
"You tried to access openai.Completion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.
You can run
openai migrate
to automatically upgrade your codebase to use the 1.0.0 interface.Alternatively, you can pin your installation to the old version, e.g.
pip install openai==0.28
A detailed migration guide is available here: #742"
I am trying yo build my own Virtual Assistant but this has been the case for a while now. Anyone knows how to help ?
Beta Was this translation helpful? Give feedback.
All reactions