quickchat.mp4
Chatbot that uses the powerful OpenAI API to create engaging and personalized conversational experiences.
Next.js · TypeScript · OpenAI API · Vercel SDK · Tailwind CSS · shadcn/ui
Clone the repository
git clone https://github.com/guhrodrrigues/quickchat.gitcd quickchatInstall of dependencies
npm i -g pnpmpnpm installEnter the environment variable
OPENAI_API_KEY=""You can get your API key by clicking here.
Start the project
pnpm dev