A very dummy openAI chat app

 I do not generate news, but one has to answer to oneself, especially given that my day has pretty drifted away.


I finally set up an next js app with open AI chat enabled. The code is dead simple. What is there to do? It is just a wrapper around a super powerful agent. The genie may have taken a thousand years to train, the only thing Aladdin has to do is to rub the lamp and release the genie.


That is what the code does. It summons the chatGPT model and then i bring the chatGPT from the openai webpage to mine. 


Not very interesting. 


I did it, nonetheless. Along the way, learned how to configure github auth provider.


https://nextjs-chat-ecru-three.vercel.app/

Comments