You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
токо начал учить библиотеку openai сделал все также как в видео https://youtu.be/g2DAT7vOd7Q?si=k9067XQC-g0_kbad у него все работает а у меня нет даже код у него с github копировал в чем проблема не могу понять вот ошибка Traceback (most recent call last):
File "C:\Users\gpavl\PycharmProjects\fastapi\pythonProject\main.py", line 9, in
response = openai.Image.create(
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\gpavl\PycharmProjects\fastapi\pythonProject.venv\Lib\site-packages\openai\lib_old_api.py", line 39, in call
raise APIRemovedInV1(symbol=self._symbol)
openai.lib._old_api.APIRemovedInV1:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
токо начал учить библиотеку openai сделал все также как в видео https://youtu.be/g2DAT7vOd7Q?si=k9067XQC-g0_kbad у него все работает а у меня нет даже код у него с github копировал в чем проблема не могу понять вот ошибка Traceback (most recent call last):
File "C:\Users\gpavl\PycharmProjects\fastapi\pythonProject\main.py", line 9, in
response = openai.Image.create(
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\gpavl\PycharmProjects\fastapi\pythonProject.venv\Lib\site-packages\openai\lib_old_api.py", line 39, in call
raise APIRemovedInV1(symbol=self._symbol)
openai.lib._old_api.APIRemovedInV1:
You tried to access openai.Image, 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
Beta Was this translation helpful? Give feedback.
All reactions