Hacker News new | ask | show | jobs
by ailef 1274 days ago
It seems it's not using ChatGPT but rather the "standard" GPT-3 models, which do have an API. I didn't look at the code, but they explicitly mention the need for an OpenAI API key.
1 comments

if you pass `--model=chatgpt` there's experimental support for ChatGPT, but it's suuuper flaky
Oh right, sorry!

I've been using similar workarounds to use ChatGPT programmatically and it's just not worth it. In my experience you just get blocked after a couple of requests. I'm really hoping they release an API soon.

> In my experience you just get blocked after a couple of requests.

Ah, that confirms what I suspected then. Good to know, thanks!