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
The following error is displayed in QGIS 3.34.1 using plugin version 0.7 on windows 10. This occurred on first run after a fresh install of the plugin. The error is displayed when you submit text with the send button. I have a proper OpenAI api key configured.
QChatGPT: You tried to access openai.ChatCompletion, 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 runopenai migrateto 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: https://github.com/openai/openai-python/discussions/742 . You can find your API key at https://platform.openai.com/account/api-keys.
Unfortunately when attempting to run openai migrate as the error suggests, an error is generated that states that openai does not support migrate in windows environments at this time.
The text was updated successfully, but these errors were encountered:
The following error is displayed in QGIS 3.34.1 using plugin version 0.7 on windows 10. This occurred on first run after a fresh install of the plugin. The error is displayed when you submit text with the send button. I have a proper OpenAI api key configured.
QChatGPT: You tried to access openai.ChatCompletion, 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 migrateto 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.28A detailed migration guide is available here: https://github.com/openai/openai-python/discussions/742 . You can find your API key at https://platform.openai.com/account/api-keys.
Unfortunately when attempting to run
openai migrate
as the error suggests, an error is generated that states that openai does not support migrate in windows environments at this time.The text was updated successfully, but these errors were encountered: