Christopher-Hayes / vscode-chatgpt-reborn

Refactor, improve, and debug your code in VSCode with GPT-3 and GPT-4.
https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn
ISC License
207 stars 38 forks source link

Where can I find a way to use similar functions through browser login? #37

Closed qcgm1978 closed 1 year ago

qcgm1978 commented 1 year ago

Describe the feature

I want to know where I can find a way to use similar functions through browser login. The problem I face is that the API key prompts me that I have already exceeded the quota, but I can access through the browser, so setting up the key is invalid for me. Is there any version that can be installed locally? I need this function. Thank you for your help.

Christopher-Hayes commented 1 year ago

Sorry missed this issue, browser login is not planned.

Browser functionality was part of the original repo before this "reborn" fork, but it was removed before the code was open-sourced. So, this "reborn" fork never had that browser login code to begin with. The original extension developer removed it due to OpenAI ToS violations.

So, this extension has no plans of rebuilding that functionality due to how sophisticated it would have to be to handle OpenAI's anti-bot measures as well as it putting user accounts at risk of getting banned for violating the ToS.

The only alternative I can think of is this extension has a "proxy" config setting for using a proxy server instead of the official OpenAI server. There might be an open-source project that lets you use the browser interface through a local server. I'm not sure if such a project exists, but that's the only possiblity I can think of.