[[open ai chatgpt]]

metamitya ·

[[open ai chatgpt]]

Replies

metamitya ·

arghzero

arghzero ·

this one's not actually chatgpt, they're just using openai's normal gpt3 api and wrapping what the user types and the ai "responses" in chat-like prompts (see https://github.com/amrrs/chatgpt-clone/blob/main/app.py#L11-L12), so it probably won't be as good as actual chatgpt cause it wasn't retrained specifically for dialogues the way chatgpt was. that said it's also not a hack since it's a supported openai use case, and it might well be good enough. might be a good fall for pychatgpt

arghzero ·

oof speaking of which, just took another look at pychatgpt and as of yesterday the method he was using got blocked too, he's now trying to deploy his own cloud hosted api (there's a waitlist and everything)

arghzero ·

think something like the above might be the the 80/20 to go with