GPT-4 Chat UI
Made with Node.jsBuild your own GPT-4 frontend with this open source Next.js template! Simply add your OpenAI API key and you're good to go!
Replace
gpt-4
withgpt-3.5-turbo
if you don't have early access to GPT-4. You can do this inpages/api/chat.js
.Can't wait to see what you build with this!
To get started, fork this Repl and add the environment variable
OPENAI_API_KEY
as a Secret.Recent comments (1731)ZacharyGladfelt13 hours agoFor those asking for a API Key. "https://platform.openai.com/"
ThomasHuber31 day agoAh, its really like a vanilla "framework", i see
ThomasHuber31 day agoHi! How do I add a choose option between gpt3.5, gpt4, gpt-web, and gpt-plugins?
K123kbzhhd1 day agohey @zahid , could you please make it so you do not need an API key. Thank you for understandings
Srihaasy1 day agoI don't really get this
FleX55 days agohi, need key API!
techwithanirudh10 days agoHey @zahid, would it be possible for you to provide a direct link to https://chatgpt-with-memory.techwithanirudh.repl.co/ so that users who prefer not to fork it and set it up themselves can access it easily? I would greatly appreciate your assistance.
techwithanirudh10 days agoHello everyone! If you're interested in using this application, I have it set up and available for everyone at: https://chatgpt-with-memory.techwithanirudh.repl.co/. Feel free to check it out and start using it!
GhostBullets210 days agoHow do i do to add OPEN_API_KEY as a secret, what do i have to write ? const configuration = new Configuration({ apiKey: process.env.OPENAI_API_KEY, });