Hacker News new | ask | show | jobs
by quickthrower2 1202 days ago
HN has picked it apart well but colour me impressed. How do you even go about creating this? Is it just a prompt wrapper around what you type sent to gpt3 or is it a fine tuned model? How much work to create something like this?
1 comments

It looks like a prompt wrapper around the gpt-3.5-turbo engine released earlier this week. There are ways around all the filters but it looks like they didn't put too much research into it.

The davinci engine is not censored but costs 10x the price. It seems perfectly suited for something like this.

It would probably take a few hours or so to make this. It's only been a few days since the release, so that is fairly impressive.