Viewing a single comment thread. View all comments

EuphoricPenguin22 t1_j86kg2j wrote

There's a NPM package that provides an unofficial API for ChatGPT, but you have to jump through all of the hoops to get signed in before it can snag the necessary credentials.

1

Rieux_n_Tarrou t1_j89cidt wrote

I think I've seen what you're talking about. But are you sure it's ACTUALLY hitting chatGPT? (should be pretty easy to verify...if it's using something like a headless browser or something)

1

EuphoricPenguin22 t1_j89zm8l wrote

Yep; it used to access chat.openai.com and used Puppeteer (headless Chrome) to semi-automatically traverse the login. They're claiming now that they have some sort of more direct access (not GPT-3 API) and that method is obsolete, so I'm not sure what it's doing now.

2