/chat-ai

AI chat bot using vercel SDK.

Primary LanguageTypeScript

Getting Started

First, create a file .env.local and insert your OPENAI API KEY:

AI_KEY='your-openai-key'

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Screenshot