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
Version Info (please complete the following information):
Chatgptpy version - 1.0.8
Dependency version - ?
Additional context
The token is saved via OpenAI.Auth(email_address=email, password=pwd).save_access_token(access_token=token, expiry=time.time() + 3600)
The text was updated successfully, but these errors were encountered:
Describe the bug
Token is correct but the answer returned is 403 Access Denied
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Response from ChatGPT
Screenshots
Version Info (please complete the following information):
Additional context
The token is saved via
OpenAI.Auth(email_address=email, password=pwd).save_access_token(access_token=token, expiry=time.time() + 3600)
The text was updated successfully, but these errors were encountered: