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/guhrodriguess/quickchat.git
cd quickchat
Install of dependencies
npm i -g pnpm
pnpm install
Enter the environment variable
OPENAI_API_KEY=""
You can get your API key by clicking here.
Start the project
pnpm dev