mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Automatically login in with mail and password

Ethkuil opened this issue · comments

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

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.