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
As a solution of this, I am thinking of:
1. Update config json like following
```json
{
"language_model": "reverse_engineered_chatgpt",
"openai_api_key": null,
"browser": "brave" // firefox, chrome, safari or whatever
}
Replace session token retrieving code as access token retrieving code
Using the browser's cookie, send request to https://chat.openai.com/api/auth/session to get the access token
Send request to ChatGPT using configured information from 2
The text was updated successfully, but these errors were encountered:
This issue contains the content of #52:
https://chat.openai.com/api/auth/session
to get the access tokenThe text was updated successfully, but these errors were encountered: