didalgolab / chatgpt-intellij-plugin

Yet another JetBrains extension that enables you to use ChatGPT within your favorite IDE.
Apache License 2.0
25 stars 13 forks source link

Log In with Google #5

Closed AndrewMarkUK closed 1 year ago

AndrewMarkUK commented 1 year ago

When I try to login with Google, to the Online ChatGPT, which was my original method of authentication, I get this:

"Couldn’t sign you in This browser or app may not be secure. Learn more Try using a different browser. If you’re already using a supported browser, you can try again to sign in."

I do have a paid account ChatGPT Plus.

Is there something more I need to do?

I am trying to use this within JetBrains PHPStorm -Latest. Windows 10. Also, to be certain the login is OK. I went directly to the (Chat) site to log in, using the same details, and it logs in fine.

didalgolab commented 1 year ago

Unfortunately, Google doesn't support login authentication through embedded browsers, and there's nothing I can do about it. A possible solution is to create a new ChatGPT account with password authentication (but keep in mind that OpenAI allows only two accounts to be associated with the same mobile phone number) and use that account from within the IDE plugin.

However, I want to emphasize that the preferred way to use the plugin is through API access with the "GPT-3.5-Turbo" or "GPT-4" tabs. This is where most of the plugin development and its features are focused. "Online ChatGPT" provides only a simple rudimentary embedded browser with access to the ChatGPT Pro account and no other IDE integrations.

So, my suggestion is to try using API access instead.

didalgolab commented 6 months ago

@rakim013 Login inside the online tab definitely works for accounts with password-only authentication (I've just tested it). However, using ChatGPT within such a narrow window isn't a pretty experience – as I mentioned before: it's essentially just an embedded browser. Thank you for the feedback. I am considering removing this option from the plugin entirely.

didalgolab commented 6 months ago

That's strange. What error are you getting?