mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT
4.98k stars 362 forks source link

[feature request] Automatically login in with mail and password #14

Closed Ethkuil closed 1 year ago

Ethkuil commented 1 year ago

I got the error of "[ERROR] Error: ChatGPT failed to refresh auth token. Error: session token may have expired". It's annoying to update the session token manually.

I'm also using another project that gives this feature, which may helps: https://github.com/rawandahmad698/PyChatGPT

timkmecl commented 1 year ago

Unfortunately, javascript chatgp-api that this extension uses to communicate does currently not support this way of authenticating as far as I know. This can be added once they start supporting it.