-
Notifications
You must be signed in to change notification settings - Fork 4.3k
-
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
Replies: 3 comments 2 replies
-
Same problem here. When I run openai migrate it does not work either.
Beta Was this translation helpful? Give feedback.
All reactions
-
Did you figure it out? I am getting the same error.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Did you figure it out? I am getting the same error.
Beta Was this translation helpful? Give feedback.
All reactions
-
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 ?
🚀 Exciting news for devs! The Auto Horizon Developer Challenge is live—build AI-powered decentralized apps using the Auto SDK and win up to 1,000ドル USDC!
🛠 Features: Decentralized storage, consensus tools, and more!
📅 Submit your project by Jan 31, 2025.
Details & Resources:
GitHub Repo: https://github.com/autonomys/auto-sdk
Join the Community: https://discord.gg/autonomys
Let’s innovate together and build the future of decentralized AI! 🌟
Beta Was this translation helpful? Give feedback.