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
Confirm this is an issue with the Python library and not an underlying OpenAI API
This is an issue with the Python library
Describe the bug
When I call the openai API, it may be normal for the first 1-6 hours, but then as long as I send a request to gpt-3.5 turbo, an AuthenticationError Invalid token (request id: 20240204142954xxxxxxxxxxxxxxxxxxx) will occur. When I restart my django service, it returns to a normal state, which I am very puzzled about
To Reproduce
Call the openai interface
Maintain call frequency and wait for a few hours
An invalid token with an error occurred
When restarting django, everything becomes normal again
I have resolved this issue. My problem lies in using an old version of the OpenAI library to call dell-e-3
Once called in this way, all subsequent calls to the GPT interface will encounter errors. Therefore, execute pip install -- upgrade openai to upgrade openai and migrate the code to the latest writing method to complete the upgrade
Uh oh!
There was an error while loading. Please reload this page.
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
When I call the openai API, it may be normal for the first 1-6 hours, but then as long as I send a request to gpt-3.5 turbo, an AuthenticationError Invalid token (request id: 20240204142954xxxxxxxxxxxxxxxxxxx) will occur. When I restart my django service, it returns to a normal state, which I am very puzzled about
To Reproduce
Code snippets
OS
linux
Python version
Python v3.9.2
Library version
openai v0.28
The text was updated successfully, but these errors were encountered: