Skip to content

guhrodriguess/quickchat

Repository files navigation

quickchat.mp4

QuickChat

Chatbot that uses the powerful OpenAI API to create engaging and personalized conversational experiences.

Dependencies

Next.js · TypeScript · OpenAI API · Vercel SDK · Tailwind CSS · shadcn/ui

Use the QuickChat

Clone the repository

git clone https://github.com/guhrodriguess/quickchat.git

Run a application

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