Using the actual title might fend off some of the criticism.<p>"Building a chat app with GPT-3, ReactJS, and NextJS..."<p>Not<p>"Roll out your own ChatGPT"<p>which is rather unrealistic.<p>On first skim, it looks like a useful guide so good luck with it.
This can be a good reference implemntation for those starting out as a hobby project.<p>Is there a working demo, video, screenshots, or git repo for this solution that gives us a glimpse of what to expect once this is built?
FYI I am planning to add a straightforward way to deploy dialog agents backed by OpenAIs new model text-davinci-003 to my site aidev.codes over the new few days if I have time.<p>So you will be able to mainly focus on the prompt template and the rest will be handled including the hosting, probably by something like a template app built in the system I have now. The main thing missing to enable easy creation of dialog agents is for me to add a completions endpoint and maybe things like socket.io integration in the template app.
I had a problem running the code see<p><a href="https://stackoverflow.com/questions/74924661/typeerror-openai-completions-is-not-a-function" rel="nofollow">https://stackoverflow.com/questions/74924661/typeerror-opena...</a>
I'm 90% sure this was written by / with assistance from ChatGPT; I previously prompted it for some React examples and some of this structure of how to setup the env is extremely familiar.