TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Roll out your own ChatGPT

38 pointsby hgargover 2 years ago

9 comments

xg15over 2 years ago
... using the GPT-3 api.<p>Not something you can run on your own machine (or data center) unfortunately.
评论 #34140017 未加载
评论 #34138286 未加载
mellosoulsover 2 years ago
Using the actual title might fend off some of the criticism.<p>&quot;Building a chat app with GPT-3, ReactJS, and NextJS...&quot;<p>Not<p>&quot;Roll out your own ChatGPT&quot;<p>which is rather unrealistic.<p>On first skim, it looks like a useful guide so good luck with it.
x86hacker1010over 2 years ago
Shouldn’t this title be - build a webapp using ChatGPT API?
评论 #34135707 未加载
评论 #34137941 未加载
评论 #34135854 未加载
albert_eover 2 years ago
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?
ilakshover 2 years ago
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.
dave333over 2 years ago
I had a problem running the code see<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;74924661&#x2F;typeerror-openai-completions-is-not-a-function" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;74924661&#x2F;typeerror-opena...</a>
Vanitover 2 years ago
I&#x27;m 90% sure this was written by &#x2F; 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.
sAbakumoffover 2 years ago
does gpt-3 keep track of a conversation though?
IAmGraydonover 2 years ago
Is the API nerfed like the live chatbot is?
评论 #34139276 未加载