Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
1–10 of 36 posts
Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#2Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#3What does it take to make a basic ChatGPT-like frontend, with code highlighting, run in sandbox, drop-files, and 'acting' in prompts? Clone away and enjoy. First time poster
Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#4https://github.com/enricoros/nextjs-chatgpt-app/blob/main/pa...
transparent to the user and even changeable by them.
Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#5What does it take to make a basic ChatGPT-like frontend, with code highlighting, run in sandbox, drop-files, and 'acting' in prompts? Clone away and enjoy. First time poster
Thanks, it is good :) You don’t need the serverside though; you can just call openai apis straight from the client. Makes things easier!
None the less, if you're building a project for others, you most likely don't want the secret key to be public, which it'd be if you embed it in the client-side code.
Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#6What does it take to make a basic ChatGPT-like frontend, with code highlighting, run in sandbox, drop-files, and 'acting' in prompts? Clone away and enjoy. First time poster
That it pretends to be a Scientist? Or that it can perform actions (like sending an email or searching the web)?
If the latter, do you have more info/docs about it? Didn’t see it on the roadmap.
Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#7Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#8Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#9Earlier quoted context omitted.
Thanks, it is good :) You don’t need the serverside though; you can just call openai apis straight from the client. Makes things easier!
It seems to support both? First it tries to load the key from a environment variable, and if it cannot, it'll ask for it client-side. None the less, if you're building a project for others, you most likely don't want the secret key to be public, which it'd be if you embed it in the client-side code.
Ah, only saw the api one!
Re: Show HN: Next.js ChatGPT – Responsive chat application powered by GPT-4
#10But I need an GPT-4 api key for that, right? The normal API keys don't work?