from Hacker News

Roll out your own ChatGPT

by hgarg on 12/26/22, 3:56 AM with 23 comments

  • by xg15 on 12/26/22, 12:23 PM

    ... using the GPT-3 api.

    Not something you can run on your own machine (or data center) unfortunately.

  • by mellosouls on 12/26/22, 3:07 PM

    Using the actual title might fend off some of the criticism.

    "Building a chat app with GPT-3, ReactJS, and NextJS..."

    Not

    "Roll out your own ChatGPT"

    which is rather unrealistic.

    On first skim, it looks like a useful guide so good luck with it.

  • by x86hacker1010 on 12/26/22, 4:33 AM

    Shouldn’t this title be - build a webapp using ChatGPT API?
  • by albert_e on 12/26/22, 8:42 AM

    This can be a good reference implemntation for those starting out as a hobby project.

    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?

  • by ilaksh on 12/26/22, 3:29 PM

    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.

    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.

  • by dave333 on 12/27/22, 12:02 AM

  • by Vanit on 12/27/22, 10:08 PM

    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.
  • by sAbakumoff on 12/26/22, 4:49 PM

    does gpt-3 keep track of a conversation though?
  • by IAmGraydon on 12/26/22, 3:04 PM

    Is the API nerfed like the live chatbot is?